Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
""
"
2
Implementation of double ended queue.
3
""
"
4
Callers
nothing calls this directly
Calls
2
Deque
Class · 0.85
pop
Method · 0.45
Tested by
no test coverage detected