In the text section "Finding the Median", it is suggested that a provided median procedure could be applicable to non-numeric values.

In light of this,  I notice that it does not specify the order in which two middle values of an even-length vector are passed to the median procedure.

The order should be the same as they appear in the sorted vector.