Fenwick Trees

Home > Computer Science > Algorithms and data structures > Tree Algorithms > Fenwick Trees

Another type of tree used for efficient answering of range queries, but specifically for cumulative sum queries.