- Time : O(|A|+|B|)
- Space : O(1)
c++
1 | string Solution::minWindow(string A, string B) { |