Performance

All of the following operations work in O(log n) time on a binomial heap with n elements:

  • Insert a new element to the heap
  • Find the element with minimum key
  • Delete the element with minimum key from the heap
  • Decrease key of a given element
  • Delete given element from the heap
  • Merge two given heaps to one heap

Finding the element with minimum key can also be done in O(1) by using an additional pointer to the minimum.

 

Applications



For looking and observing all the

operations practically,you can use this

applet.

http://www.cse.yorku.ca/~aaw/Sotirios/BinomialHeap.html?temp-new-window-replacement=true
                                                                                                                                                                                                                                        research.php
                                                                                                                                                                                                                                      

This free website was made using Yola.

No HTML skills required. Build your website in minutes.

Go to www.yola.com and sign up today!

Make a free website with Yola