2264. Largest 3-Same-Digit Number in String
Your given a string num. From the given string you need to find a good integer that meet the following conditions:
It is a substring of num which length is 3
It consists only unique digit.
You have to return a maximum good integer as a string or an ...
anikakash.hashnode.dev1 min read