Vidyalelo
Data Structure · Q44

Miscellaneous on Data Structures

Programming · Data Structure · question 44

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board