https://github.com/btipling/maze-solver
A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.
https://github.com/btipling/maze-solver
Last synced: about 1 year ago
JSON representation
A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.
- Host: GitHub
- URL: https://github.com/btipling/maze-solver
- Owner: btipling
- License: other
- Created: 2015-08-29T04:01:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T05:44:44.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T05:06:09.743Z (over 1 year ago)
- Language: Kotlin
- Size: 4.6 MB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Maze Solver
A fully functional app to demonstrate path finding, written in Kotlin. You can pick between Dijkstra and A*, draw
walls and try to see how it will find the best path.





