Skip to content

This project is an implementation of the A* algorithm by extending an existing codebase that already includes the Dijkstra's algorithm. The A* algorithm incorporates additional functionalities by calculating heuristic values and updating cost calculations to allow for more efficient pathfinding and improved search performance.

License

Notifications You must be signed in to change notification settings

R40835/path-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

path-finder

This project is an implementation of the A* algorithm by extending an existing codebase that already includes the Dijkstra's algorithm. The A* algorithm incorporates additional functionalities by calculating heuristic values and updating cost calculations to allow for more efficient pathfinding and improved search performance.

Heuristic Distances Implemented

Once you've launched the program:

  • Press 'A' for: Manhatan Distance.
  • Press 'B' for: Euclidean Distance.
  • Press 'C' for: Diagonal Distance.

Results

About

This project is an implementation of the A* algorithm by extending an existing codebase that already includes the Dijkstra's algorithm. The A* algorithm incorporates additional functionalities by calculating heuristic values and updating cost calculations to allow for more efficient pathfinding and improved search performance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published