PSQueue-1.0: Priority Search Queue

The PSQueue package

A priority search queue efficiently supports the opperations of both a search tree and a priority queue. A Binding is a product of a key and a priority. Bindings can be inserted, deleted, modified and queried in logarithmic time, and the binding with the least priority can be retrieved in constant time. A queue can be built from a list of bindings, sorted by keys, in linear time.

Properties

Versions1.0, 1.1
Dependenciesbase
LicenseBSD3
AuthorRalf Hinze
MaintainerScott E. Dillard <sedillard@gmail.com>
StabilityExperimental
CategoryData Structures
Upload dateMon Jul 7 14:42:30 UTC 2008
Uploaded byScottDillard
Built onghc-6.10, ghc-6.12, ghc-6.8
DistributionsNixOS: 1.1, Debian: 1.1, FreeBSD: 1.1

Modules

Downloads