Question
Which data structure or concept is best described as an indexed tree that stores partial cumulative information in an array?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Fenwick Tree
Explanation:
Fenwick Tree is an indexed tree that stores partial cumulative information in an array.
This description distinguishes it from the other choices.
Leave a Reply