Describe the worst case scenario for quick sort algorithm. Any ideas to improve the worst case? Comment on the improvement in running time vs. increase in code complexity.
Discusses the worst case condition for quick sort algorithm. Also suggests ideas to improve the worst case and comments on the improvement in running time vs. increase in code complexity.