原文链接: https://leetcode-cn.com/problems/subsets
英文原文Given an integer array nums of unique elements, return all possible
标签详情
回溯 分类
原文链接: https://leetcode-cn.com/problems/word-search
英文原文Given an m x n grid of characters board and a string word, retu
原文链接: https://leetcode-cn.com/problems/gray-code
英文原文An n-bit gray code sequence is a sequence of 2n integers where:
原文链接: https://leetcode-cn.com/problems/subsets-ii
英文原文Given an integer array nums that may contain duplicates, return
原文链接: https://leetcode-cn.com/problems/restore-ip-addresses
英文原文A valid IP address consists of exactly four integers s
原文链接: https://leetcode-cn.com/problems/unique-binary-search-trees-ii
英文原文Given an integer n, return all the structural
原文链接: https://leetcode-cn.com/problems/path-sum-ii
英文原文Given the root of a binary tree and an integer targetSum, retur
原文链接: https://leetcode-cn.com/problems/word-ladder-ii
英文原文A transformation sequence from word beginWord to word endWor
原文链接: https://leetcode-cn.com/problems/palindrome-partitioning
英文原文Given a string s, partition s such that every subst
原文链接: https://leetcode-cn.com/problems/word-break-ii
英文原文Given a string s and a dictionary of strings wordDict, add sp