Computer Sciences > GATE 2023 > Data Structures
Which one of the following sequences when stored in an array at locations
A[1],...,A[10] forms a max-heap?
Explanation
Correct : b
Similar Questions
What is the worst-case time complexity of insertion in an AVL tree?
Which operations on a binary search tree have O(h) complexity?
Compare search complexities of sorted array vs balanced BST.