Question: 2. [10 marks] You're given an array of n integers, and must answer a series of n queries, each of the form: how many elements
2. [10 marks] You're given an array of n integers, and must answer a series of n queries, each of the form: "how many elements of the array have value between L and R?", where L and R are integers. Design an O(n log n) algorithm that answers all of these queries
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
