Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

GATE CS 2020 Min heap

Consider the array representation of a binary min-heap containing 1023 elements. The minimum number of comparisons required to find the maximum in the heap is _.

View answer

511

Practice Problem

Consider the array representation of a binary min-heap containing 1054 elements. The minimum number of comparisons required to find the maximum in the heap is _.

Leave a Comment