We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd7416 commit 299c859Copy full SHA for 299c859
data_structures/stacks/min_const_time.py
@@ -51,7 +51,7 @@ def get_min() -> int:
51
Return the minimum element of the main stack by
52
returning the top of the minimum stack
53
54
- Returns the minium element (int)
+ Returns the minimum element (int)
55
56
>>> push(10)
57
>>> push(20)
0 commit comments