Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ size
Method
size
Queue.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
self.items.pop(0)
56
57
def
size(self):
58
return
len(self.items)
59
60
# 利用Deque解决回文字符串
61
def
palcheker(aString):
Callers
1
palcheker
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected