rhofour/elm-pairing-heap

A simple pairing heap implementation usable as a priority queue.


License
BSD-3-Clause
Install
elm-package install rhofour/elm-pairing-heap 1.0.3

Documentation

elm-pairing-heap

A simple pairing heap implementation written in Elm usable as a priority queue. This code is based heavily on the pseudocode available at the Wikipedia page.

Tests

Unit tests can run with elm-test as follows:

  1. Run npm install -g elm-test
  2. Run elm-test from the main directory of this project elm-test should then download and build everything necessary and run the tests.