Different Operations which can be performed on Binomial Heaps
are as follows.you can view them them individually by clicking on
link in front of each operation:-
1.Creation of a new heap.creation.php?temp-new-window-replacement=true
2.Search for the minimum key. min.php?temp-new-window-replacement=true
3.Extracting the minimum key.
extracting.php?temp-new-window-replacement=true
4.Uniting two binomial heaps.uniting.php?temp-new-window-replacement=true
5.Insertion of a node. inserting.php?temp-new-window-replacement=true
6.Decreasing a key. decreasing.php?temp-new-window-replacement=true
7.Deleting a key. deletion.php?temp-new-window-replacement=true