leetcode

76. Minimum Window Substring

Solution

Time complexity: O(m + n)

k = |alphabet| = 128

Space complexity: O(k)