More than a sorting algorithm, it's a thin layer to add on top of other sorting algorithms.Basically, vergesort runs through the collection while it is sorted in ascending or descending order, and computes the size of the current run. If the run is big enough, then vergesort remembers ...