Longest Repeating Character Replacement at ServiceNow
Medium59.0% acceptance
This problem has 75.0% frequency at ServiceNow.
Problem Description
You are given a string `s` and an integer `k`. You can choose any character of the string and change it to any other uppercase English character. You can perform this operation at most `k` times. Return _the length of the longest substring containing the same letter you can get after performing the...
Read full problem and hintsTopics
Also asked at 19 companies
More ServiceNow Questions
Longest Substring Without Repeating CharactersMediumLRU CacheMediumValid ParenthesesEasyLexicographically Smallest String After Operations With ConstraintMediumGenerate ParenthesesMedium
View all ServiceNow questions