Link: https://leetcode.cn/problems/concatenated-words/
Question
difficulty: hard
adj diff: 5
字典树!
哎,太难了。做这道题之前去看 https://leetcode.cn/problems/implement-trie-prefix-tree/ 吧。
Link: https://leetcode.cn/problems/concatenated-words/
difficulty: hard
adj diff: 5
字典树!
哎,太难了。做这道题之前去看 https://leetcode.cn/problems/implement-trie-prefix-tree/ 吧。