You can always pass the sorting criterion to all sorting algorithms as an optional argument. The
default sorting argument is the function object less, so that elements are sorted in ascending
order according to their values. Note that the sorting criterion has to define a strict weak ordering on
the values. A criterion, where values are compared as equal or less, such as operator