226 views
1 votes
1 votes

Which one of the following array represents a binary max-heap?

  1. 20 13 4 11 3 12 2
  2. 20 13 4 12 11 3 2
  3. 20 13 4 3 2 12 11
  4. 20 13 4 12 3 11 2

1 Answer

Answer:

Related questions

0 votes
0 votes
1 answer
1
Arjun asked Oct 10, 2016
284 views
Consider the array given below:20 10 9 8 7 6 5It isa full binary tree in array representationa complete binary tree in array representationa max-heap in array representat...
1 votes
1 votes
1 answer
2
Arjun asked Oct 10, 2016
432 views
What is the content of the array after two delete operations on the binary heap 10 5 8 4 3?5 4 35 3 410 5 88 4 3
4 votes
4 votes
1 answer
3
Arjun asked Oct 10, 2016
729 views
In a Network where bytes are continuously being transferred, it is required to identify the most frequently transferred byte. What would be an appropriate data structure ...