We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24931d3 + 609aeff commit 9beb2eaCopy full SHA for 9beb2ea
data_structures/stacks/TwoQueuedStack.py
@@ -69,4 +69,3 @@ def peek(self) -> int:
69
return self.queue1[0]
70
else:
71
return 0
72
-
0 commit comments