How does one determine the median wherein "the other numbers can be unsorted"?
To wit, given the unordered set:
[ 5, 1, 3 ]
https://en.wikipedia.org/wiki/Quickselect
https://en.wikipedia.org/wiki/Quickselect