What is the time complexity of heap sort algorithm?

1 answer

Answer

1284218

2026-04-20 07:25

+ Follow

The time complexity of the heap sort algorithm 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.