logo
首页技术栈工具库讨论
FenwickTree

FenwickTree

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.
由 
bruceshi2021-01-13 收录
--
推荐
不推荐
更多信息
GitHub iconmgajda/FenwickTree2
HACKAGE
carbal install FenwickTree
查看
标签
根据用户添加的标签生成
暂无标签