Deque1 Deque 써보기 Deque("deck"이라고 발음하고 "double-ended queue"의 줄임말이다)는 stack, queue의 역할을 모두 할 수 있는 데이터 스트럭쳐이다. 양쪽에서의 append, pop 연산의 퍼포먼스가 O(1)이라고 한다. collections — Container datatypes — Python 3.9.4 documentation collections — Container datatypes Source code: Lib/collections/__init__.py This module implements specialized container datatypes providing alternatives to Python’s general purpose built-in containers, di.. 2021. 4. 22. 이전 1 다음