It includes C++ implementations of common algorithms and data-structures. Most files are well-commented (or maybe I just tend to believe so).
These have been added so far:
-
Algorithms:
-
Sorting
-
Graph
- Breadth First Search
- Depth First Search
- Dijkstra's Algorithm (Simple Implementation)
- Dijkstra's Algorithm (Using Min Heap without decrease-key)
- Bellman-Ford Algorithm
- Floyd-Warshall Algorithm
- Prim's Algorithm (Simple Implementation)
- Prim's Algorithm (Using Min Heap without decrease-key)
- Kruskal's Algorithm (Using DSU)
-
String
-
-
Data Structures
Licensed under WTFPL.