摘要: Given a list of strings words representing an English Dictionary, find the longest word in words that can be built one character at a time by other wo 阅读全文
posted @ 2020-10-29 14:24 CNoodle 阅读(276) 评论(0) 推荐(0)
摘要: Given a string and a string dictionary, find the longest string in the dictionary that can be formed by deleting some characters of the given string. 阅读全文
posted @ 2020-10-29 05:11 CNoodle 阅读(237) 评论(0) 推荐(0)
摘要: Given a string s, return the last substring of s in lexicographical order. Example 1: Input: "abab" Output: "bab" Explanation: The substrings are ["a" 阅读全文
posted @ 2020-10-29 01:46 CNoodle 阅读(283) 评论(0) 推荐(0)