MCPcopy 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解决回文字符串
61def palcheker(aString):

Callers 1

palchekerFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected