https://github.com/simonswine/elm-a-star
A* search algorithm in Elm
https://github.com/simonswine/elm-a-star
a-star-algorithm elm-lang
Last synced: 3 months ago
JSON representation
A* search algorithm in Elm
- Host: GitHub
- URL: https://github.com/simonswine/elm-a-star
- Owner: simonswine
- Created: 2017-11-26T20:50:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-28T10:33:04.000Z (about 7 years ago)
- Last Synced: 2025-03-15T16:48:49.278Z (3 months ago)
- Topics: a-star-algorithm, elm-lang
- Language: Elm
- Homepage: https://elm-a-star.simon.im/
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A\* search algorithm in Elm
![]()
[A\* algorithm][a-star] implementation in [Elm][elm].
Built in the aftermath of [West London Hack Night][wlhn] on 23rd of November,
2017. At the hack night itself the focus was on [this][clojure] implementation
in Clojure.[](https://hub.docker.com/r/simonswine/elm-a-star/)
## [Demo][demo]
[a-star]: https://en.wikipedia.org/wiki/A*_search_algorithm
[clojure]: https://github.com/Olical/wlhn-a-star
[wlhn]: https://www.meetup.com/West-London-Hack-Night/
[elm]: https://guide.elm-lang.org/install.html
[demo]: https://elm-a-star.simon.im