- Implemented a breadth-first search algorithm as a cheap substitution for a single-source shortest path algorithm.
- Implementation of Kruskal's minimum spanning tree algorithm.