Skip to content

Codingdog Blog

deque

python deque index 접근 연산의 복잡도를 알아봅시다.

10월 28, 2023

python deque index 접근 연산은 생각보다 빠르게 수행되기 때문에, O(1) 근방인 것으로 착각하기 쉬워요. 어떻게 동작하는지 간단하게 알아보도록 하겠습니다. python …

Read more

Categories PYTHON Tags deque, python

python deque rotate 함수와 시간 복잡도를 알아봅시다.

8월 7, 2023

배열 (회전은 아니고) rotate는 구현에서 상당히 자주 등장합니다. python에서 배열의 원소들을 손쉽게 rotate 할 수 있는 방법이 없을까요? python deque …

Read more

Categories PYTHON Tags deque, python, rotate

최신 글

  • aws credentials profile에 대해서 알아봅시다.
  • linux export 명령에 대해 알아봅시다.
  • pillow crop 함수를 알아봅시다.
  • pillow resize vs thumbnail 을 알아봅시다.
  • python reduce 함수에 대해 알아봅시다

최신 댓글

  • 메일 문의 - 선택 정렬 (selection sort) 알고리즘과 시간 복잡도를 알아봅시다.
  • kyungwan cho - 선택 정렬 (selection sort) 알고리즘과 시간 복잡도를 알아봅시다.
  • 메일 문의 - 선택 정렬 (selection sort) 알고리즘과 시간 복잡도를 알아봅시다.
  • coding dog - 리눅스 2>&1 과 같이 쓰이는 tee를 정확하게 이해해 봅시다.
  • wharup - 리눅스 2>&1 과 같이 쓰이는 tee를 정확하게 이해해 봅시다.
© 2025 Codingdog Blog • Built with GeneratePress