OUTPUT:
C:\j2sdk1.4.2_02\bin>javac Heap.java
C:\j2sdk1.4.2_02\bin>java Heap
--MinHeap--
1. Insertion
2. Deletion ( min element)
3. Exit..
Enter your choice:
1
Enter the no of items to be inserted:9
Enter the item to be inserted:5
Enter the item to be inserted:30
Enter the item to be inserted:40
Enter the item to be inserted:20
Enter the item to be inserted:25
Enter the item to be inserted:30
Enter the item to be inserted:35
Enter the item to be inserted:28
Enter the item to be inserted:9
5 9 30 20 25 40 35 30 28
Enter your choice:
2
The deleted item is :
5
9 20 30 28 25 40 35 30
Enter your choice:
3
9 20 30 28 25 40 35 30
No comments:
Post a Comment