Q44
What is the primary use of a Fenwick Tree (Binary Indexed Tree)?
A.
To handle dynamic sets with fast insertions
B.
For implementing priority queues
C.
To manage a collection of key-value pairs
D.
To perform efficient prefix sum queries and updates
AnswerAnswer: Option D
Solution
Answer: Option D
No explanation is given for this question Let's Discuss on Board