|
|
||
|---|---|---|
| Chapter 1 Arrays and strings | ||
| Chapter 7 Object-Oriented design | ||
| Chapter 8 Recursion | ||
| Chapter 11 Advanced topics | ||
| .gitignore | ||
| README.md | ||
| introduction.md | ||
README.md
Cracking the coding interview exercises and notes
Introduction
- Big O
- Technical questions
Chapter 1 Arrays and strings
- check unique characters
- check if permutation
- replace character by substring
- Levenshtein distance
- String compression
- Matrix rotation
- String rotation
- Hash tables (chapter 7)
- Magic index (chapter 8)
Chapter 7 Object-oriented design
- Hash tables
Chapter 8 Recursion
- Magic index