Problem
Submissions
Debug

Problem: Longest Repeating Character Replacement

Statement

Given a string, s, and an integer, k, find the length of the longest substring in s, where all characters are identical, after replacing, at most, k characters with any other uppercase English character.

Constraints:

  • 1≤1 \leq s.length ≤103\leq 10^3

  • s consists of only uppercase English characters.

  • 0≤0 \leq k ≤\leq s.length

Problem
Submissions
Debug

Problem: Longest Repeating Character Replacement

Statement

Given a string, s, and an integer, k, find the length of the longest substring in s, where all characters are identical, after replacing, at most, k characters with any other uppercase English character.

Constraints:

  • 1≤1 \leq s.length ≤103\leq 10^3

  • s consists of only uppercase English characters.

  • 0≤0 \leq k ≤\leq s.length