The BinomialQueue class definition contains
the single field treeList,
which is an instance of the LinkedList class
introduced in Program .
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.