Q. What is the worst case time complexity of a quick sort algorithm?

  • (A) o(n)
  • (B) o(n log n)
  • (C) o(n2)
  • (D) o(log n)
πŸ’¬ Discuss
βœ… Correct Answer: (C) o(n2)
Explanation: the worst case performance of a quick sort algorithm is mathematically found to be o(n2).

Explanation by: Mr. Dubey
the worst case performance of a quick sort algorithm is mathematically found to be o(n2).

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
751
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate