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.