Skip to content

Commit ce95a9f

Browse files
chore: Update README with new problem
1 parent dd99709 commit ce95a9f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![repo stars](https://img.shields.io/github/stars/saulmaldonado/ds-and-algorithms?style=social)
44
![github followers](https://img.shields.io/github/followers/saulmaldonado?style=social)
55
![time since last commit](https://img.shields.io/github/last-commit/saulmaldonado/ds-and-algorithms)
6-
![number of problems](https://img.shields.io/badge/no.%20of%20problems-140-blue)
6+
![number of problems](https://img.shields.io/badge/no.%20of%20problems-141-blue)
77
<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>
88

99
> Data structures and algorithm problems with solution explanations and implementations for different languages
@@ -224,6 +224,10 @@
224224
<a href="strings/zigzag-conversion">
225225
Zigzag Conversion
226226
</a> - Medium
227+
</li><li>
228+
<a href="strings/custom-sort-string">
229+
Custom Sort String
230+
</a> - Medium
227231
</li><li>
228232
<a href="strings/roman-to-integer">
229233
Roman To Integer

0 commit comments

Comments
 (0)