Skip to content

Gokul2411/Path-Finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

image

Installation and execution

  • Clone the directory.

  • Go to the terminal to install Pyqt5 by using,

pip install pyqt5
  • Run PathFinder.py (Make sure FrontEnd.py is in the same directory)

Algorithms supported:

  • A * Search (weighted): arguably the best pathfinding algorithm; uses heuristics to guarantee the shortest path.

  • Dijkstra's Algorithm (weighted): the father of pathfinding algorithms; guarantees the shortest path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages