Q. What is the average running time of a quick sort algorithm?

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

Explanation by: Mr. Dubey
the best case and average case analysis of a quick sort algorithm are mathematically found to be o(n log n).

πŸ’¬ Discussion

πŸ“Š Question Analytics

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