Vidyalelo
Data Structure · Q50

Miscellaneous on Data Structures

Programming · Data Structure · question 50

Q50

Which data structure is best suited for implementing a system with frequent range updates and point queries?

A.
Hash Table
B.
Binary Search Tree
C.
Linked List
D.
Fenwick Tree
Answer

Answer: Option D

Solution

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