Answers for "max-heap might the smallest element reside,"

1

max-heap might the smallest element reside,

In a max heap the smallest element will be one of the leaf nodes.
T(n) = O(n) for finding the smallest element in a max heap.
Posted by: Guest on May-19-2021

Browse Popular Code Answers by Language