[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
- 투 포인터
- The Economist Espresso
- DICTIONARY
- java
- 소켓 프로그래밍
- min heap
- Android
- machine learning
- 파이썬
- leetcode
- C++
- Python
- 이코노미스트 에스프레소
- I2C
- 티스토리챌린지
- tf-idf
- 딕셔너리
- 이코노미스트
- join
- Hash Map
- 오블완
- socket programming
- Computer Graphics
- defaultdict
- 리트코드
- vertex shader
- The Economist
- 머신 러닝
- ml
- 안드로이드
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함
반응형