amitshekhariitbhu / android-interview-questions

Your Cheat Sheet For Android Interview - Android Interview Questions and Answers
https://outcomeschool.com
Apache License 2.0
11.39k stars 2.24k forks source link

Quicksort #43

Closed rundavidrun closed 7 years ago

rundavidrun commented 7 years ago

The best and average time for quicksort is O(n log(n)), not O(n^2).

amitshekhariitbhu commented 7 years ago

Corrected