https://github.com/aheze/pathmapper
Find the shortest distance between 2 points on a map!
https://github.com/aheze/pathmapper
dijikstra-algorithm swift swiftui
Last synced: 10 months ago
JSON representation
Find the shortest distance between 2 points on a map!
- Host: GitHub
- URL: https://github.com/aheze/pathmapper
- Owner: aheze
- License: mit
- Created: 2021-04-08T18:22:19.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-13T04:39:09.000Z (about 4 years ago)
- Last Synced: 2025-04-13T01:46:17.320Z (about 1 year ago)
- Topics: dijikstra-algorithm, swift, swiftui
- Language: Swift
- Homepage: https://twitter.com/aheze0/status/1524972809285382144
- Size: 255 KB
- Stars: 19
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PathMapper
Find the shortest distance between 2 points on a map! Uses Dijkstra's algorithm. Also takes into account the direction of hallways (they were all one-way because of COVID).
https://user-images.githubusercontent.com/49819455/167876615-e0b18790-486b-4d61-8f65-9b1aa4823577.mp4