Make The String Great Leetcode

Make The String Great Leetcode Solution

Problem  Given a string  s  of lower and upper case English letters. A good string is a string which doesn't have  two adjacent characters   s[i]  and  s[i + 1]  where: 0 <= i <= s.length - 2 s[i]  is a lower-case lette…

Load More
That is All