@hackage / fingertree-psqueue

Implementation of priority search queues as finger trees.

Latest0.3

About

Metadata

  • Last updated , by CaleGibbard
  • License BSD-3-Clause
  • Categories Data Structures
  • Maintained by: cgibbard@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

An implementation of priority search queues: a datastructure holding key/priority bindings having fast operations both for extracting the element with minimum priority and for modifying and looking up elements by key.