Reminder that queues are implemented with linked lists. Python's deque is linked-list based. x.com/albertadevs/status/1876481768611868986
well... python's deque is a linked list of (fixed-size) arrays, so maybe a better way to put it is: why not both?