Binomial Heap - Performance

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.

Read more about this topic:  Binomial Heap

Famous quotes containing the word performance:

    They say all lovers swear more performance than they are able, and yet reserve an ability that they never perform; vowing more than the perfection of ten, and discharging less than the tenth part of one.
    William Shakespeare (1564–1616)

    Tennis is more than just a sport. It’s an art, like the ballet. Or like a performance in the theater. When I step on the court I feel like Anna Pavlova. Or like Adelina Patti. Or even like Sarah Bernhardt. I see the footlights in front of me. I hear the whisperings of the audience. I feel an icy shudder. Win or die! Now or never! It’s the crisis of my life.
    Bill Tilden (1893–1953)

    No performance is worth loss of geniality. ‘Tis a cruel price we pay for certain fancy goods called fine arts and philosophy.
    Ralph Waldo Emerson (1803–1882)