Skip to content

Commit c9b65d0

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 70dd44f commit c9b65d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data_structures/stacks/min_stack_with_twostacks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
class MinStack:
22
"""
3-
A Stack data structure that supports retrieving the minimum element
3+
A Stack data structure that supports retrieving the minimum element
44
in O(1) time using an auxiliary stack .
55
66
>>> st = MinStack()

0 commit comments

Comments
 (0)