maze-solver
maze-solver copied to clipboard
A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.
#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.