TreeStructures: A collection of heaps and search trees

[ bsd3, data-structures, library ] [ Propose Tags ] [ Report a vulnerability ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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 && <5) [details]
License BSD-3-Clause
Author Brendan Hickey
Maintainer Brendan Hickey
Revised Revision 1 made by Bodigrim at 2025-08-20T20:39:19Z
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 2396 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-08-20 [all 2 reports]

Readme for TreeStructures-0.0.2

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

Tree and heap data structures for Haskell.