DEV Community

Cover image for Part 2: Sorting Algorithm

Part 2: Sorting Algorithm

Yogeswaran on April 11, 2019

Merge Sort Merge sort is divided and conquer algorithm. It divides input array into two halves, calls itself for the two halves and then...
Collapse
 
modaf profile image
Modaf

Tim sort is quick if it's already sorted

Collapse
 
emuradaisuke profile image
Emura Daisuke

Faster than "TimSort" and challenged "IntroSort".
Please read if you are interested.