Booz Allen Hamilton interview question

Quick Sort time complexity

Interview Answer

Anonymous

25 Aug 2017

Average case: O(n log n) Worst case: O(n^2)