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 847721f + db8e457 commit 979bf79Copy full SHA for 979bf79
data_structures/stacks/TwoQueuedStack.py
@@ -70,4 +70,3 @@ def peek(self) -> int:
70
else:
71
return 0
72
73
-
0 commit comments