AdvancedVocabulary#software-architecture#developer-tools#backend

Fenwick Tree Vocabulary

Learn the vocabulary of a compact array structure answering prefix-sum queries via bit manipulation.

0 / 5 completed
1 / 5
At standup, a dev mentions a compact array-backed structure that answers prefix-sum queries and supports point updates in logarithmic time, using bit manipulation on an index to jump between the handful of positions each query or update actually touches. What is this structure called?