Skip to main content

Part of the book series: Texts and Monographs in Computer Science ((MCS))

Abstract

Binomial heaps were invented in 1978 by J. Vuillemin [106]. They give a data structure for maintaining a collection of elements, each of which has a value drawn from an ordered set, such that new elements can be added and the element of minimum value extracted efficiently. They admit the following operations:

  • makeheap(i) return a new heap containing only element i

  • findmin(h) return a pointer to the element of h of minimum value

  • insert(h, i) add element i to heap h

  • deletemin(h) delete the element of minimum value from h

  • meld(h, h′) combine heaps h and h′ into one heap

This is a preview of subscription content, log in via an institution to check access.

Access this chapter

Chapter
USD 29.95
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
eBook
USD 69.99
Price excludes VAT (USA)
  • Available as PDF
  • Read on any device
  • Instant download
  • Own it forever
Softcover Book
USD 89.99
Price excludes VAT (USA)
  • Compact, lightweight edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info
Hardcover Book
USD 109.99
Price excludes VAT (USA)
  • Durable hardcover edition
  • Dispatched in 3 to 5 business days
  • Free shipping worldwide - see info

Tax calculation will be finalised at checkout

Purchases are for personal use only

Institutional subscriptions

Preview

Unable to display preview. Download preview PDF.

Unable to display preview. Download preview PDF.

Author information

Authors and Affiliations

Authors

Rights and permissions

Reprints and permissions

Copyright information

© 1992 Springer-Verlag New York, Inc.

About this chapter

Cite this chapter

Kozen, D.C. (1992). Binomial Heaps. In: The Design and Analysis of Algorithms. Texts and Monographs in Computer Science. Springer, New York, NY. https://doi.org/10.1007/978-1-4612-4400-4_8

Download citation

  • DOI: https://doi.org/10.1007/978-1-4612-4400-4_8

  • Publisher Name: Springer, New York, NY

  • Print ISBN: 978-1-4612-8757-5

  • Online ISBN: 978-1-4612-4400-4

  • eBook Packages: Springer Book Archive

Publish with us

Policies and ethics