[leetcode]Distinct Subsequences @ Python
摘要:
原题地址:https://oj.leetcode.com/problems/distinct-subsequences/题意:Given a stringSand a stringT, count the number of distinct subsequences ofTinS.A subseq... 阅读全文
posted @ 2014-10-07 22:20 AIDasr 阅读(1166) 评论(0) 推荐(1) 编辑