LeetCode Solution, Hard, 115. Distinct Subsequences
115. Distinct Subsequences
題目敘述
Given two strings s and t, return the number of distinct subsequences of s which equals t.
A string's subsequence is a new string formed from the original string by deleting some (can be none) of the characters without...
blog.taiwolskit.com4 min read