 |  Introduction to Algorithms, 2/e Thomas H. Cormen,
Dartmouth College Charles E. Leiserson,
Massachusetts Institute of Technology Ronald L. Rivest,
Massachusetts Institute of Technology Clifford Stein,
Columbia University
Binomial Heaps
Glossary
| binomial heap | a set of binomial trees that satisfies the binomial heap properties.
(See page 459)
|  |  |  | | min-heap property | the key of a node is greater than or equal to the key of its parent
(See page 459)
|  |  |  | | min-heap-ordered | a binomial tree in a binomial heap which obeys the min-heap property
(See page 459)
|  |  |  | | root list | the roots of the binomial trees within a binomial heap organized in a linked list
(See page 459)
|
|