|
|
|
|
|
by AdieuToLogic
20 days ago
|
|
> ... I've never had to write code to compute the median so it doesn't seem that useful unless it's somehow relevant to the job A binary search[0] of a sorted collection requires the median of each region being considered for each iteration. 0 - https://en.wikipedia.org/wiki/Binary_search |
|