FenwickTree-0.1: Data structure for fast query and update of cumulative sums

The FenwickTree package

Fenwick trees are a O(log N) data structure for updating cumulative sums. This implementation comes with an operation to find a least element for which real-valued cumulative sum reaches certain value, and allows for storage of arbitrary information in the nodes.

Properties

Version0.1
Dependenciesbase (≥4.0 & <4.7), QuickCheck (≥2.5.0.0), template-haskell
LicenseBSD3
CopyrightCopyright by Michal J. Gajda '2013
AuthorMichal J. Gajda
Maintainermjgajda@googlemail.com
Stabilityalpha
CategoryData Structures
Home pagehttps://github.com/mgajda/FenwickTree
Bug trackermailto:mjgajda@googlemail.com
Source repositorygit clone git://github.com:mgajda/FenwickTree.git
Upload dateSat Feb 9 12:18:46 UTC 2013
Uploaded byMichalGajda
Built onghc-7.6

Modules

Downloads