You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
About
A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.