This largely focusses on implementing solutions for "Cracking the Coding Interview 6th. Edition". More will be added soon.
Content:
- Stacks
- Queues
- LinkedLists (Singly, Doubly with compositum pattern (has pointer to tail to avoid O(n) to reach tail)
- Heaps
- HashSet
- LinkedList
- Graphs (Tree, Trie, Red-Black, AVL, ...)
- codeforces
- leetcode
- geeks for geeks
- codejam
- hackerrank
- ...