Data Structure MCQ 2.md
May 25, 2020 ยท View on GitHub
Question: Which of the Following data structures can handle updates and queries in
log(n) time on an array?
Answer: Segment Tree
May 25, 2020 ยท View on GitHub
Question: Which of the Following data structures can handle updates and queries in
log(n) time on an array?
Answer: Segment Tree