Skip to content

Commit

Permalink
Update Implement_two_stack_in_Array.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
STREIN-11 authored Oct 24, 2024
1 parent ee50d8d commit 326e65b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Daily/Implement_two_stack_in_Array.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ pop1 : pops element from first stack and returns the popped element. If first st
pop2 : pops element from second stack and returns the popped element. If second stack is empty, it should return -1.
Input:
push1(2)
push1(3)
Expand Down

0 comments on commit 326e65b

Please sign in to comment.