原文链接: https://leetcode-cn.com/problems/word-break
英文原文Given a string s and a dictionary of strings wordDict, return tr
标签详情
字典树 分类
原文链接: https://leetcode-cn.com/problems/word-break-ii
英文原文Given a string s and a dictionary of strings wordDict, add sp
原文链接: https://leetcode-cn.com/problems/implement-trie-prefix-tree
英文原文A trie (pronounced as "try") or prefix
原文链接: https://leetcode-cn.com/problems/design-add-and-search-words-data-structure
英文原文Design a data structure that sup
原文链接: https://leetcode-cn.com/problems/word-search-ii
英文原文Given an m x n board of characters and a list of string
原文链接: https://leetcode-cn.com/problems/palindrome-pairs
英文原文Given a list of unique words, return all the pairs of the&
原文链接: https://leetcode-cn.com/problems/lexicographical-numbers
英文原文Given an integer n, return all the numbers in the r
原文链接: https://leetcode-cn.com/problems/maximum-xor-of-two-numbers-in-an-array
英文原文Given an integer array nums, return
原文链接: https://leetcode-cn.com/problems/k-th-smallest-in-lexicographical-order
英文原文Given two integers n and k, return t
原文链接: https://leetcode-cn.com/problems/concatenated-words
英文原文Given an array of strings words (without duplicates), re
1 / 4