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 10, 2021
1 parent cb94abf commit ec2d69e
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-173-blue)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-174-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 @@ -89,6 +89,10 @@
<a href="strings/determine-if-two-strings-are-close">
Determine If Two Strings Are Close
</a> - Medium
</li><li>
<a href="strings/verifying-an-alien-dictionary">
Verifying An Alien Dictionary
</a> - Easy
</li><li>
<a href="strings/check-if-two-string-arrays-are-equivalent">
Check If Two String Arrays Are Equivalent
Expand Down

0 comments on commit ec2d69e

Please sign in to comment.