Data Structure Implementations
- Undirected Graph
- Directed Graph
- Directed Acyclic Graph
- Planar Graph
Algorithm Implementations
- Ford-Fulkerson
- Blossom Algorithm
- Approximate Distance Oracles
- Shortest Path (Dijkstra)
- DFS/BFS
- MST
- Steiner Tree Approximation?
- TSP Approximations?
- Planar Verification
- Eulerian Tour Computation
- Binary Heaps
- Fibonacci Heaps
- van Emde Boas tree
- Splay Tree
- AVL Tree
- Treap
- Link Cut Tree
- Red Black Tree
- B/B+ Tree
- Scapegoat Tree
- Concurrent Hashtables?
- Skiplists?
- Linked Lists
- Concurrent Priority Queues