Skip to content

KSherman97/Python-A-Star--CS4310-Final-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Shortest Path Algorithm

Author: Kyle Sherman
Language: Python
About:
This project is an implementation of the A* shortest path algorithm. The algorithm takes a graph of connect nodes representing x, y coordinates on Earth. The final result is the shortest path between connecting nodes from a given start to end point.

Example Output:
Sample Execution

How to run:

  1. Clone Repository
  2. Change to source directory
  3. run "python main.py"
    3.1 optional parameters "python main.py data.json [start city] [end city]"

city options:
Basel
Bern
Frankfurt
Karlsruhe
Linz
Mannheim
Munchen
Memmingen
Nurnberg
Passau
Rosenheim
Stuttgart
Salzburg
Wurzburg
Zurich
Ulm

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages