[algogeeks] Re: heap insertion

2012-08-05 Thread Navin Gupta
the heap will be Level 1:- 1 Level 2:- 28 Level 3:- 3 4 10 12 Level 4:-

[algogeeks] Re: heap insertion

2012-07-29 Thread vprakash
i think it should be at level 2. On Thursday, July 26, 2012 11:26:43 PM UTC+5:30, Ali Ahmad Ansari wrote: Insert the numbers in the sequence 8, 5, 1, 4, 2, 10, 12, 7, 3 into a min-heap. The order of insertion is as given. The insertion happens as described