You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If 'i' is a leaf node and when A[i] > A[A.heap_size], the max_heapify function does not work in that case as the leaf node does not have any left or right sub-trees.
The text was updated successfully, but these errors were encountered:
If 'i' is a leaf node and when A[i] > A[A.heap_size], the max_heapify function does not work in that case as the leaf node does not have any left or right sub-trees.
The text was updated successfully, but these errors were encountered: