424.longest-repeating-character-replacement.go 53 B

123
  1. func characterReplacement(s string, k int) int {
  2. }