Segment | Trees and Binary Indexed Trees Quiz CIP | Question 10

Last Updated :
Discuss
Comments

What is the time complexity of querying a range in a binary indexed tree?

O(1)

O(log n)

O(n log n)

O(n)

Share your thoughts in the comments