I read recently the documentation section of Apple about Algorithms mainly focused in the Sorting algorithms.
But I can't find any article in which it explains what's the algorithm behind the sort(_:)
and sort(_:_:)
functions in Swift. (e.g Quicksort, MergeSort, Heapsort, etc).