/shortest-path-on-map

Desktop application that allows you to find and visualize the shortest path between two points on a map

Primary LanguageKotlin

Shortest Path on Map

Desktop application that allows you to find and visualize the shortest path between two points on a map.
Implemented with Kotlin, JavaFX and GMapsFX.

Available algorithms:

  • BFS
  • Dijkstra
  • A*

Run locally: ./gradlew run