Fenwick Trees

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

A tree data structure used for efficient range query and update operations on an array of numbers.