New York Life Interview Question

What is the fastest way to sort an array

Interview Answer

Anonymous

Oct 12, 2019

quickSort is the fastest and it takes O(n logn) time complexity