MCPcopy Create free account
hub / github.com/VanjaRo/LeetCode / hasNext

Method hasNext

tasks/281.py:29–30  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 """
28
29 def hasNext(self):
30 return len(self.queue) != 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected