【Leetcode】524. Longest Word in Dictionary through Deleting

題目地址: https://leetcode.com/problems/longest-word-in-dictionary-through-deleting/html 給定一個字符串 s s s,再給定一個字符串組成的數組 A A A,求全部 A A A中是 s s s的子序列的字符串中最長的那個。若答案不惟一,則返回字典序最小的。若答案不存在,則返回空串。java 思路是用堆,遍歷數組,而後先
相關文章
相關標籤/搜索