Skip to content

feat(collections): add FenwickTree<T> — Binary Indexed Tree with O(log n) point update & prefix-sum query - #290

Merged
marius-bughiu merged 12 commits into
mainfrom
feat/issue-289-fenwick-tree
Jul 25, 2026
Merged

feat(collections): add FenwickTree<T> — Binary Indexed Tree with O(log n) point update & prefix-sum query#290
marius-bughiu merged 12 commits into
mainfrom
feat/issue-289-fenwick-tree