The idea is to practice time/space complexity, algorithms and data structures.
- HeapSort
- MergeSort
- QuickSort
- Elementary Sorting algorithms:
- BubbleSort
- SelectionSort
- InsertionSort
- Elements in common
- First Recurring Character
- Merge Sorted Arrays
- Recursion Factorial
- Recursion Fibonacci
- Reverse String
- Flood Depth
- Longest Password
- BinarySearchTree
- DoublyLinkedList
- Graph
- HashTable
- LinkedList
- Queue
- Stack