CodePractice
Implementation of commonly used Data Structures and Algorithms
Data Structures:
Linked List Hash Tables (maps or dictionaries) Arrays Trees Stack Queue Graph
Algorithms: Sorting: Insertion Sort Merge Sort Quick Sort Radix Sort (bucket and counting) Heap Sort Bogo and Quantum sort?
Searching: Linear Search Binary Search Depth First Search Breadth First Search