Skip to content

Commit f0fdd26

Browse files
committed
added link to problem
1 parent 1934b68 commit f0fdd26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

data_structures/stacks/min_constant_time.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
"""
2-
Given an set of numbers in a stack, find the minimum value from the stack at O(1)
2+
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/
35
"""
46

57
stack = []

0 commit comments

Comments
 (0)