TreeStructures: A collection of heaps and search trees

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

This package presently includes binary heaps, binomial heaps, skew heaps, splay trees, and AVL trees.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2
Dependencies base (>=2 && <4) [details]
License BSD-3-Clause
Author Brendan Hickey
Maintainer Brendan Hickey
Category Data Structures
Home page http://www.github.com/bhickey/TreeStructures
Uploaded by BrendanHickey at 2010-03-15T13:16:48Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2305 total (6 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]

Readme for TreeStructures-0.0.2

[back to package description]
TreeStructures 0.0.2
Author: Brendan Hickey

Tree and heap data structures for Haskell.