This repo contains my solution of cracking the coding interview 6th edition book's questions.
- Is Unique.
- Check Permutation.
- URLify.
- Palindrome Permutation.
- One Away.
- String Compression.
- Rotate Matrix.
- Zero Matrix.
- String Rotation.
- Remove Dups.
- Return Kth to Last.
- Delete Middle Node.
- Partition.
- Sum Lists.
- Palindrome.
- Intersection.
- Loop Detection.
- Three in One.
- Stack Min.
- Stack of Plates.
- Queue via Stack.
- Sort Stack.
- Animal Shelter.
- Route Between Nodes.
- Minimal Tree.
- List of Depths.
- Check Balanced.
- Validate BST.