What is the best case time complexity of heapsort?

1 answer

Answer

1248906

2026-03-20 03:50

+ Follow

The best case time complexity of heapsort is O(n log n), where n is the number of elements in the input array.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.