Cracking the coding interview exercises and notes
Go to file
anebz 1394f09d27 Revert "Revert "1.5. levenshtein distance""
This reverts commit 295fb6c179.
2019-03-30 14:35:37 +01:00
Chapter 1 Arrays and strings Revert "Revert "1.5. levenshtein distance"" 2019-03-30 14:35:37 +01:00
.gitignore counter exercise 2019-03-29 23:42:31 +01:00
README.md 1.3. replace character in string 2019-03-29 13:06:25 +01: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