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 14, 2021
1 parent 9bf7873 commit af12194
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-177-blue)
![number of problems](https://img.shields.io/badge/no.%20of%20problems-178-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 @@ -778,6 +778,10 @@
<a href="stacks/maximum-frequency-stack">
Maximum Frequency Stack
</a> - Hard
</li><li>
<a href="stacks/flatten-nested-list-iterator">
Flatten Nested List Iterator
</a> - Medium
</li><li>
<a href="stacks/find-the-most-competitive-subsequence">
Find The Most Competitive Subsequence
Expand Down

0 comments on commit af12194

Please sign in to comment.