MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / double_ended_queue.py

File double_ended_queue.py

data_structures/queues/double_ended_queue.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Implementation of double ended queue.
3"""
4

Callers

nothing calls this directly

Calls 2

DequeClass · 0.85
popMethod · 0.45

Tested by

no test coverage detected