Stack & Queue

dddwsd·2022년 3월 24일
0

Stack

  • LIFO(Last-In-First-Out)

  • Python - List

    Queue

  • FIFO(First-In-First-Out)

  • Python

    • deque (from collections import deque)
    • List (pop(0))

profile
Github - https://github.com/dddwsd

0개의 댓글