Skip to content

Using Python with GUI to interact with various graph algorithms for shortest-path calculations.

Notifications You must be signed in to change notification settings

kevhxx/Optimal-Route-Finding-Model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Optimal-Route-Finding-Model

This code defines a Python application that provides a graphical user interface (GUI) to interact with various graph algorithms for shortest-path calculations. The application is built using tkinter, networkx, and PIL libraries, allowing users to visualize a graph (specifically, a subway or transportation network) and run algorithms like Dijkstra’s, A*, Floyd-Warshall, Yen's K Shortest Paths, and Bellman-Ford to compute optimal routes between selected nodes.

About

Using Python with GUI to interact with various graph algorithms for shortest-path calculations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages