MCPcopy Index your code
hub / github.com/Jack-Lee-Hiter/AlgorithmsByPython / Queue.py

File Queue.py

Queue.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Queue:
2 def __init__(self):
3 self.items = []
4

Callers

nothing calls this directly

Calls 5

QueueClass · 0.85
hotPotatoFunction · 0.85
palchekerFunction · 0.85
enqueueMethod · 0.80
dequeueMethod · 0.80

Tested by

no test coverage detected