We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1934b68 commit f0fdd26Copy full SHA for f0fdd26
data_structures/stacks/min_constant_time.py
@@ -1,5 +1,7 @@
1
"""
2
-Given an set of numbers in a stack, find the minimum value from the stack at O(1)
+Given an set of numbers in a stack, find the minimum value from the stack at O(1)
3
+
4
+Problem: https://leetcode.com/problems/min-stack/description/
5
6
7
stack = []
0 commit comments