You are using an outdated browser. Please upgrade your browser to improve your experience.
Path Finding Visualization

Want to see various pathfinding algorithms in action

Want to see various pathfinding algorithms in action

Path Finding Visualization

by Josh Sauder
Path Finding Visualization
Path Finding Visualization
Path Finding Visualization

What is it about?

Want to see various pathfinding algorithms in action? With Path Finding Visualization, you can visualize, in action, six different algorithms. This app allows you to select your own starting and ending points, select the algorithm you want to use, and add walls in order to create boundaries.

Path Finding Visualization

App Details

Version
1.0
Rating
(1)
Size
83Mb
Genre
Education Utilities
Last updated
April 9, 2020
Release date
April 9, 2020
More info

App Screenshots

Path Finding Visualization screenshot-0
Path Finding Visualization screenshot-1
Path Finding Visualization screenshot-2
Path Finding Visualization screenshot-3
Path Finding Visualization screenshot-4

App Store Description

Want to see various pathfinding algorithms in action? With Path Finding Visualization, you can visualize, in action, six different algorithms. This app allows you to select your own starting and ending points, select the algorithm you want to use, and add walls in order to create boundaries.

This app includes the following algorithms:

Dijkstra's - Works by expanding outwards until it reaches the target node. Guaranteed to find the shortest path as long as there are not any negative weights.

Bidirectional Dijkstra's - Dijkstra's algorithm from both sides.

A* - Like Dijkstra's in that it favors nodes close to the starting point, but also favors nodes close to the ending point (heuristic). It does not guarantee the shortest path. A tie-breaker that prefers straight lines was included in order to prevent multiple nodes from having the same F values.

Bidirectional A* - The A* algorithm from both sides.

Breadth-First Search - Traverses through a graph one level at a time until it finds the target node. Since there are no weights, this algorithm does guarantee the shortest path.

Depth-First Search - Traverses through a graph by going as deep as possible and then backtracking until it finds the target node. It does not guarantee the shortest path.

Learning about or want to visualize any of the above algorithms in action? Download Path Finding Visualization today and have a better understanding of how each algorithm works.

Disclaimer:
AppAdvice does not own this application and only provides images and links contained in the iTunes Search API, to help our users find the best apps to download. If you are the developer of this app and would like your information removed, please send a request to takedown@appadvice.com and your information will be removed.