Problem statement Given a string of 'a's and 'b's of length n, find the maximum length of a substring with consecutive equal letters. You can change at most k characters in the original string. What is the maximum length of the substring? Constraints...
struglingblogs.hashnode.dev2 min read
No responses yet.