Skip to content

Shortest Path Finder using UCS and A* Algorithm

Notifications You must be signed in to change notification settings

irsyadnb/Shortest-Path

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IF2211 Algorithm Strategies Mini Project

Shortest Path Finder Using UCS and A* Algorithm

screenshot

Prerequisite

  • Python 3.X
  • flask, folium, networkx

How To Run

  1. Make sure your device meet all prerequisites
  2. run python src/main.py in command prompt
python src/main.py 
  1. Enter the txt file of the map
  2. Enter starting point, finish point, and the algorithm that want to be used
  3. Choose wether to visualize map or not (note that if you visualize the map, you need to restart the program)

Authors

  • 13521072 - Irsyad Nurwidianto Basuki
  • 13521081 - Bagas Aryo Seto

About

Shortest Path Finder using UCS and A* Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.5%
  • Python 21.5%