https://github.com/artemas-radik/pathfinder
Ever use Google maps? Well, Google maps uses a type of pathfinding algorithm in order to route you from your origin to your destination. PathFinder is simply a tool that visualizes how these types of pathfinding algorithms work. With PathFinder, you can visualize how the Breadth First Search and Depth First Search pathfinding algorithms operate upon your own custom drawn graphs.
https://github.com/artemas-radik/pathfinder
breadth custom-drawn-graphs depth pathfinder-visualizer pathfinding-algorithms
Last synced: about 1 month ago
JSON representation
Ever use Google maps? Well, Google maps uses a type of pathfinding algorithm in order to route you from your origin to your destination. PathFinder is simply a tool that visualizes how these types of pathfinding algorithms work. With PathFinder, you can visualize how the Breadth First Search and Depth First Search pathfinding algorithms operate upon your own custom drawn graphs.
- Host: GitHub
- URL: https://github.com/artemas-radik/pathfinder
- Owner: artemas-radik
- License: mit
- Created: 2020-03-23T18:36:05.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T17:36:52.000Z (about 1 year ago)
- Last Synced: 2025-03-27T22:42:45.271Z (about 2 months ago)
- Topics: breadth, custom-drawn-graphs, depth, pathfinder-visualizer, pathfinding-algorithms
- Language: Swift
- Homepage: https://pathfinder.ajradik.io/
- Size: 14.7 MB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathFinder
Artemas J. Radik WWDC 2020 Swift Student Challenge Submission [ACCEPTED]. See https://github.com/ajradik/WWDC20-Swift-Student-Challenge for details.Ever use Google maps? Well, Google maps uses a type of pathfinding algorithm in order to route you from your origin to your destination. PathFinder is simply a tool that visualizes how these types of pathfinding algorithms work. With PathFinder, you can visualize how the Breadth First Search, Depth First Search, and A* pathfinding algorithms operate upon your own custom drawn graphs. Intended for use by computer science students. Available on iOS, ipadOS, and macOS.
[Project Website](https://pathfinder.ajradik.io)
[Download on the App Store](https://apps.apple.com/us/app/pathfinder-visualizer/id1507723797?mt=8)
![]()