Find Median from Data Stream at Sprinklr
Hard54.2% acceptance
This problem has 50.0% frequency at Sprinklr.
Problem Description
The **median** is the middle value in an ordered integer list. If the size of the list is even, there is no middle value, and the median is the mean of the two middle values. * For example, for `arr = [2,3,4]`, the median is `3`. * For example, for `arr = [2,3]`, the median is `(2 + 3) / 2 = 2....
Read full problem and hintsTopics
Also asked at 37 companies
More Sprinklr Questions
Closest Subsequence SumHardMaximum Score of Non-overlapping IntervalsHardTrapping Rain WaterHardLRU CacheMediumSerialize and Deserialize Binary TreeHard
View all Sprinklr questions