Data structures/algs from Bob Sedgewick's Algorithms (4th edition)
-
Graph data structures and processing algorithms
- Graph
- Digraph
- Minimuam spanning tree
- Depth-First Search
- Breadth-First Search
-
Tree data structures and proccessing algorithms.
- Binary Heap Priority Queue
- Heapsort
- Binary Search Tree
- Red-Black Binary Search Tree
- BST-based Symbol Table
-
Weighted Quick-Union