DIY: Minimum Window Subsequence

Solve the interview question "Minimum Window Subsequence" in this lesson.

Problem statement

Given strings ss and tt, find the minimum (contiguous) substring ww of ss, so that tt is a subsequence of ww ...