Skip to content

Files

Latest commit

5b318a1 · Jul 1, 2024

History

History
executable file
·
7 lines (4 loc) · 160 Bytes

File metadata and controls

executable file
·
7 lines (4 loc) · 160 Bytes

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)