Skip to content

Commit 9beb2ea

Browse files
committed
Merge branch 'feature/StackUsingTwoQueues' of https://github.com/OneSouhardyo/Python_TheAlgorithms into feature/StackUsingTwoQueues
2 parents 24931d3 + 609aeff commit 9beb2ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_structures/stacks/TwoQueuedStack.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ def peek(self) -> int:
6969
return self.queue1[0]
7070
else:
7171
return 0
72-

0 commit comments

Comments
 (0)