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

Fields

The BinomialQueue class definition contains the single field treeList, which is an instance of the LinkedList class introduced in Program gif. The binomial trees contained in the linked list are stored in increasing order. That is, the binomial tree at the head of the list has the smallest order, and the binomial tree at the tail has the largest order.


next up previous contents index

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