Practice›LeetCode›LeetCode 07xxLeetCode 792: Number of Matching SubsequencesA clear explanation of counting how many words are subsequences of a string using waiting queues.
Practice›LeetCode›LeetCode 07xxLeetCode 727: Minimum Window SubsequenceFind the shortest substring of s1 that contains s2 as a subsequence using dynamic programming.