ezee.ai interview question

What is fastest sorting algorithm?Type it(screen share), show how it works and its time complexity.

Interview Answer

Anonymous

16 Aug 2020

Quick sort algorithm is fastest. It can be made faster in a few cases like partitioning in 3 groups instead of 2 for multiple same element case and by using random pivot.