Logo Data Structures and Algorithms with Object-Oriented Design Patterns in C++
next up previous contents index

Member Variables

The BinomialQueue class definition contains the single member variable list, which is declared as a linked list of pointers to BinomialTree instances. The binomial trees contained in the linked list are stored in increasing order. I.e., the binomial tree at the head of the list will have the smallest order, and the binomial tree at the tail will have the largest order.


next up previous contents index

Bruno Copyright © 1997 by Bruno R. Preiss, P.Eng. All rights reserved.