Question
What is a common use of Segment Tree?
Select an option. Your answer will be checked instantly.
Correct Answer: B. range queries with point or range updates
Explanation:
Segment Tree is commonly used for range queries with point or range updates.
Its design supports this task efficiently or naturally.
Leave a Reply