Skip to content

Commit 6618317

Browse files
Update and rename data_structures/min_stack_with_twostacks to data_structures/stacks/min_stack_with_twostacks
Moved file to stacks from data structures
1 parent 7346a7a commit 6618317

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data_structures/min_stack_with_twostacks renamed to data_structures/stacks/min_stack_with_twostacks

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# added for moving from data structures to stack
12
class MinStack:
23
def __init__(self):
34
self.st = []

0 commit comments

Comments
 (0)