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:

    Still be kind,
    And eke out our performance with your mind.
    William Shakespeare (1564–1616)

    The child to be concerned about is the one who is actively unhappy, [in school].... In the long run, a child’s emotional development has a far greater impact on his life than his school performance or the curriculum’s richness, so it is wise to do everything possible to change a situation in which a child is suffering excessively.
    Dorothy H. Cohen (20th century)

    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)