Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ delete
Method
delete
Python/circular queue.py:80–83 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
78
79
#delete entire queue
80
def
delete(self):
81
self.items =self.maxsize*[None]
82
self.top=-1
83
self.start=-1
84
Callers
2
_delete
Method · 0.45
reverseWords
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected