What is the time complexity of quick sort algorithm?

1 answer

Answer

1061008

2026-03-15 21:35

+ Follow

The time complexity of the quick sort algorithm is O(n log n) in the average case and O(n2) in the worst case.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.