Skip to content

Files

Latest commit

5b318a1 · Jul 1, 2024

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jul 1, 2024
Jul 1, 2024

Properties of deques

- fast insert/remove at the begining and the end -> O(1)

- slow insert/remove in the middle -> O(N)

- slow search -> O(N)