Cracking the coding interview exercises and notes
Go to file
anebz 5fd11241b5 1.4. palindrome permutation
java, c++ and python solutions. use of bitvector
2019-03-29 14:24:19 +01:00
Chapter 1 Arrays and strings 1.4. palindrome permutation 2019-03-29 14:24:19 +01:00
.gitignore 1.1 is unique 2019-03-28 17:28:38 +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