leetcode 524. Longest Word in Dictionary through Deleting 通过删除字母匹配到字典里最长单词

一、题目大意 https://leetcode.cn/problems/longest-word-in-dictionary-through-deleting 给你一个字符串 s 和一个字符串数组 dictionary ,找出并返回 dictionary 中最长的字符串,该字符串可以通过删除 s 中

你可能感兴趣的:(leetcode 524. Longest Word in Dictionary through Deleting 通过删除字母匹配到字典里最长单词)