- Revise Strings, StringBuilder and ArrayList from- 🔗 String & ArrayList Theory Notes
| S.No. | Questions | Solutions | Difficulty |
|---|---|---|---|
| 1 | Print all Palindromic Substrings | Solution | Easy |
| 2 | String Compression | Solution | Easy |
| 3 | Toggle Case | Solution-1 Solution-2 |
Easy |
| 4 | String With Difference Of Every Two Consecutive Characters | Solution | Easy |
| 5 | Print All Permutations Of A String Iteratively | Solution | Easy |
| 6 | Remove Primes | Solution | Easy |