[Python] deque(데크)
GeeksforGeeks에 따르면 Deque에 대한 설명은 아래와 같다. :Deque (Doubly Ended Queue) in Python is implemented using the module “collections“. Deque is preferred over a list in the cases where we need quicker append and pop operations from both the ends of the container, as deque provides an O(1) time complexity for append and pop operations as compared to a list that provides O(n) time complexity. : "colletions..
기술(Tech, IT)/파이썬(Python)
2022. 9. 25. 03:40
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 이코노미스트 에스프레소
- defaultdict
- C++
- leetcode
- Hash Map
- 리트코드
- Python
- java
- vertex shader
- join
- tf-idf
- ml
- 소켓 프로그래밍
- machine learning
- 파이썬
- 오블완
- socket programming
- 투 포인터
- 딕셔너리
- DICTIONARY
- 이코노미스트
- Android
- I2C
- 안드로이드
- Computer Graphics
- 티스토리챌린지
- The Economist
- The Economist Espresso
- min heap
- 머신 러닝
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
글 보관함
반응형