Skip to content

Commit

Permalink
chore: Update README with new problem
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 11, 2021
1 parent 702fcc1 commit 8a2f3cb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![repo stars](https://img.shields.io/github/stars/saulmaldonado/ds-and-algorithms?style=social)
![github followers](https://img.shields.io/github/followers/saulmaldonado?style=social)
![time since last commit](https://img.shields.io/github/last-commit/saulmaldonado/ds-and-algorithms)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-174-blue)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-175-blue)
<a href="https://www.buymeacoffee.com/saulmaldonado" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: 41px !important;width: 174px !important;box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;-webkit-box-shadow: 0px 3px 2px 0px rgba(190, 190, 190, 0.5) !important;" ></a>

> Data structures and algorithm problems with solution explanations and implementations for different languages
Expand Down Expand Up @@ -181,6 +181,10 @@
<a href="strings/word-subsets">
Word Subsets
</a> - Medium
</li><li>
<a href="strings/stamping-the-sequence">
Stamping The Sequence
</a> - Hard
</li><li>
<a href="strings/multiply-strings">
Multiply Strings
Expand Down

0 comments on commit 8a2f3cb

Please sign in to comment.