section ‹Bigger End of Deque› theory Big imports Common begin text ‹⇤ The bigger end of the deque during rebalancing can be in two phases: ➧ ‹Big1›: Using the ‹step› function the originally contained elements, which will be kept in this end, are reversed. ➧ ‹Big2›: Specified in theory ‹Common›. Is used to reverse the elements from the previous phase again to get them in the original order. ⇤ Each phase contains a ‹current› state, which holds the original elements of the deque end. ›