● C qsort() -- Quicksort
● C++ sort() -- Introsort ( Hybrid of Quick, Heap and MergeSort)
● C++ stable_sort() -- MergeSort
● Python sorted() -- TimSort ( Merge + Insertion Sort)
● C qsort() -- Quicksort
● C++ sort() -- Introsort ( Hybrid of Quick, Heap and MergeSort)
● C++ stable_sort() -- MergeSort
● Python sorted() -- TimSort ( Merge + Insertion Sort)