Fenwick Trees

Home > Computer Science > Software Engineering > Data structures > Fenwick Trees

A data structure used to efficiently compute and update the prefix sum of a sequence of values.