Skip to content

akash3317/Flames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flame

welcome to Navigation to Marse rover path finding algorithms. Algorithms used:-

-->DIJKSTRA'S ALGORITHM it is the father of all path finding algorithms guarantee the shortest path.

-->A* SEARCH it is the best path finding algorithm guarantee the shortest path. faster than dijkstra's algorithm.

-->BEST-FIRST SEARCH heuristic-heavy version of A* does't guarantee the shortest path.

-->BREATH-FIRST SEARCH (bfs) guarantee the shortest path.

-->DEPTH-FIRST SEARCH (dfs) too bad algorithm. slow. doesn't guarantee the shortest path.

About

A comprehensive path-finding library for grid based games.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published