We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef7418f commit b710c28Copy full SHA for b710c28
README.md
@@ -24,6 +24,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
24
- [Minimum Stack](src/_DataStructures_/Stack/min-stack)
25
- [Balanced Parenthesis](src/_DataStructures_/Stack/balanced-parenthesis)
26
- [Postfix Expression Evaluation](src/_DataStructures_/Stack/postfix-expression-evaluation)
27
+ - [Remove Consecutive Repeated Digits](src/_DataStructures_/Stack/ remove-consecutive-repeated-digits)
28
29
30
- [Queue](src/_DataStructures_/Queue)
0 commit comments