News

A Python-based Graph Theory project visualizing Dijkstra's Shortest Path and the Steiner Tree algorithms. It features an interactive UI for selecting algorithms and input graphs. Dijkstra's algorithm ...
If you haven't heard of Dijkstra's algorithm before, the idea is that the algorithm can be used to calculate the shortest path between two locations. In the project designed by Eveleigh, the idea ...
A Python-based Graph Theory project visualizing Dijkstra's Shortest Path and the Steiner Tree algorithms. It features an interactive UI for selecting algorithms and input graphs. Dijkstra's algorithm ...