deque « Collections « Python Tutorial






9.1.deque
9.1.1.Double-ended queues, or deques, can be useful when you need to remove elements in the order
9.1.2.Working with the deque Class