stable-heap: Purely functional stable heaps (fair priority queues)

[ data-structures, library, mit ] [ Propose Tags ]

This library provides a purely functional implementation of stable heaps (fair priority queues). The data structure is a cousin of the pairing heap which maintains a sequential ordering of the keys. Insertion can be to either end of the heap, as though it is a deque, and it can be split on the left-most occurrence of the minimum key.

The current state of the package is fairly barebones. It will be fleshed out later.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.1.0
Dependencies base (>=4.8 && <4.9) [details]
License MIT
Copyright Copyright (C) 2015 Jake McArthur
Author Jake McArthur
Maintainer Jake.McArthur@gmail.com
Category Data Structures
Home page http://hub.darcs.net/jmcarthur/stable-heap
Bug tracker http://hub.darcs.net/jmcarthur/stable-heap/issues
Source repo head: darcs get http://hub.darcs.net/jmcarthur/stable-heap
this: darcs get http://hub.darcs.net/jmcarthur/stable-heap --tag v0.1.0.0
Uploaded by JakeMcArthur at 2015-05-17T16:18:27Z
Distributions NixOS:0.2.1.0
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 918 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]