Medium
058Maximize the Confusion of An Exam
Given an answer key of T/F characters, return the longest run of equal answers after changing at most k characters.
EXAMPLES
Example 1
Input
{
"answerKey": "TTFF",
"k": 2
}
Output
4FUNCTION SHAPE
answerKey: stringk: int→int