A polished Python Tkinter application for computing and visualizing shortest paths in a directed, weighted graph using Dijkstra's algorithm. This project provides an interactive desktop GUI where ...
A tool that calculates the best route between campus locations using a Graph data structure and Dijkstra's shortest path algorithm, extended with three novel features, and presented through a ...