Skip to content

Yaduo/PathFinder

Repository files navigation

PathFinder

A Android application (target=android-20) for comparing the difference among the various path finding algorithms, such as DFS, BFS, Dijkstra (not implement) and A*

  • Implemented the DFS (Depth First Search) by using a Stack; BFS (Breadth First Search) by an Queue; and A* search by a Priority Queue
  • Recode the paths (searching step) into a HashMap, and draw these steps by using Canvas

Demo

  • compare start:

  • dfs:

  • bfs:

  • A* :

  • total result:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages