diff --git a/README.md b/README.md index f0730b2..2d53ab3 100644 --- a/README.md +++ b/README.md @@ -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-159-blue) +![number of problems](https://img.shields.io/badge/no.%20of%20problems-160-blue) Buy Me A Coffee > Data structures and algorithm problems with solution explanations and implementations for different languages @@ -232,6 +232,10 @@ Check If Two String Arrays Are Equivalent - Easy +
  • + + Vowel Spellchecker + - Medium
  • Check If A String Contains All Binary Codes Of Size K