The site is built on HTML-CSS-Javascript and hosted via Github Pages, at the URL https://nitin-rajasekar.github.io/GraphAcademy/
The description for each algorithm includes
- Firstly an explanation on what the algorithm achieves
- A step by step detailed flow on how to go through with the algorithm's process, with an exale graph
- Interactive multiple-choice questions at the end (typically with a fresh graph) to test one's understanding
The algorithms covered are:
- Prim's
- Djikstra's
- Kruskal's
- Bellman-Ford
- Kosaraju's
- Kahn's
- DFS
- BFS
- Floyd-Warshall