摘要:
Given string S and a dictionary of words words, find the number of words[i] that is a subsequence of S. 思路:先用vector记录每个字母出现的位置,然后遍历每个单词,如果每个字母的位置是递增的那 阅读全文
posted @ 2018-03-06 21:58
Beserious
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号