The latest version of stable-heap is 0.2.1.0-2.

stable-heap

Version 0.1.0.0 revision 0 uploaded by JakeMcArthur.

Package meta

Synopsis
Purely functional stable heaps (fair priority queues)
Description

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.

Author
Jake McArthur
Bug reports
http://hub.darcs.net/jmcarthur/stable-heap/issues
Category
Data Structures
Copyright
Copyright (C) 2015 Jake McArthur
Homepage
http://hub.darcs.net/jmcarthur/stable-heap
Maintainer
Jake.McArthur@gmail.com
Package URL
n/a
Stability
experimental

Components