We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17eebb1 commit 5aeb51bCopy full SHA for 5aeb51b
README.md
@@ -24,7 +24,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
24
25
- [Implement Queue Using Stack](src/_DataStructures_/Stack/immitate-queue-using-stack)
26
- [Baseball Game](src/_DataStructures_/Stack/baseball-game)
27
- - [Minimum Stack](src/_DataStructures_/Stack/min-stack)
+ - [Find minimum in the Stack](src/_DataStructures_/Stack/min-stack)
28
- [Balanced Parenthesis](src/_DataStructures_/Stack/balanced-parenthesis)
29
- [Implement 2 Stacks using Single Array](src/_DataStructures_/Stack/2-stacks-using1-array)
30
0 commit comments