Leetcode 424 - Longest Repeating Character Replacement
Prompt: 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.
[Read More]