SegmentTree: Data structure for querying the set (or count) of intervals covering given point

[ bsd3, data, library ] [ Propose Tags ]

Segment Tree implemented following section 10.3 and 10.4 of Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars "Computational Geometry, Algorithms and Applications", Third Edition (2008) pp 231-237


[Skip to Readme]

Modules

[Index]

Flags

Automatic Flags
NameDescriptionDefault
testDisabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.2, 0.3
Dependencies base (>=3 && <=5), HUnit, QuickCheck (>=2.0.0), test-framework, test-framework-hunit, test-framework-quickcheck2 [details]
License BSD-3-Clause
Author Dmitry Astapov <dastapov@gmail.com>
Maintainer Dmitry Astapov <dastapov@gmail.com>
Category Data
Uploaded by DmitryAstapov at 2010-04-09T23:11:32Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables SegmentTreeTests
Downloads 3549 total (15 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 SegmentTree-0.2

[back to package description]
Configure as "cabal configure -ftest" and run "SegmentTreeTests" for
functional test suite.