Skip to content

Commit b710c28

Browse files
committed
update readme.md
1 parent ef7418f commit b710c28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Collection of interview questions with Unit Tests. Problems includes Data Struct
2424
- [Minimum Stack](src/_DataStructures_/Stack/min-stack)
2525
- [Balanced Parenthesis](src/_DataStructures_/Stack/balanced-parenthesis)
2626
- [Postfix Expression Evaluation](src/_DataStructures_/Stack/postfix-expression-evaluation)
27+
- [Remove Consecutive Repeated Digits](src/_DataStructures_/Stack/ remove-consecutive-repeated-digits)
2728

2829

2930
- [Queue](src/_DataStructures_/Queue)

0 commit comments

Comments
 (0)