The project was made as part of the Coding Interview University course.
topological sort without using DFS
- Recursive version of the algorithm
- Iterative version of the algorithm
- Algorithm counting connected components graph
- Topological sort
- Kruskal's algorithm
- Prim's algorithm
- Disjointed set union (DSU)