1247. Minimum Swaps to Make Strings Equal
1 | class Solution { |
1248. Count Number of Nice Subarrays
Exactly K times = at most K times - at most K - 1 times
1 | class Solution { |
Minimum Remove to Make Valid Parentheses
1 | class Solution { |
1250. Check If It Is a Good Array
1 | class Solution { |