Cracking the coding interview exercises and notes
Go to file
anebz 5ae0374120 Updated READMEs
general readme and chapter 11's algorithm
2019-04-07 21:35:26 +02:00
Chapter 1 Arrays and strings chapter 1 renaming 2019-04-05 23:23:06 +02:00
Chapter 7 Object-Oriented design chapter 1 hash table collision 2019-04-05 23:52:11 +02:00
Chapter 11 Advanced topics Updated READMEs 2019-04-07 21:35:26 +02:00
.gitignore counter exercise 2019-03-29 23:42:31 +01:00
README.md Updated READMEs 2019-04-07 21:35:26 +02:00
introduction.md renaming and reordering 2019-03-27 16:45:11 +01:00

README.md

Cracking the coding interview exercises and notes

Introduction

  1. Big O
  2. 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