431 views
1 votes
1 votes

What is the content of the array after two delete operations on the binary heap  10 5 8 4 3?

  1. 5 4 3
  2. 5 3 4
  3. 10 5 8
  4. 8 4 3
     

1 Answer

Answer:

Related questions

0 votes
0 votes
1 answer
1
Arjun asked Oct 10, 2016
283 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
225 views
Which one of the following array represents a binary max-heap?20 13 4 11 3 12 220 13 4 12 11 3 220 13 4 3 2 12 1120 13 4 12 3 11 2
4 votes
4 votes
1 answer
3
Arjun asked Oct 10, 2016
727 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 ...