An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# A\* search algorithm in Elm


Screenshot

[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.

[![Docker Automated build](https://img.shields.io/docker/build/simonswine/elm-a-star.svg)](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