Skip to content

Commit 5aeb51b

Browse files
committed
fix: More meaningful name
1 parent 17eebb1 commit 5aeb51b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
2424

2525
- [Implement Queue Using Stack](src/_DataStructures_/Stack/immitate-queue-using-stack)
2626
- [Baseball Game](src/_DataStructures_/Stack/baseball-game)
27-
- [Minimum Stack](src/_DataStructures_/Stack/min-stack)
27+
- [Find minimum in the Stack](src/_DataStructures_/Stack/min-stack)
2828
- [Balanced Parenthesis](src/_DataStructures_/Stack/balanced-parenthesis)
2929
- [Implement 2 Stacks using Single Array](src/_DataStructures_/Stack/2-stacks-using1-array)
3030

0 commit comments

Comments
 (0)