原文链接: https://leetcode-cn.com/problems/permutation-ii-lcci
英文原文Write a method to compute all permutations of a string
标签详情
回溯 分类
原文链接: https://leetcode-cn.com/problems/robot-in-a-grid-lcci
英文原文Imagine a robot sitting on the upper left corner of gr
原文链接: https://leetcode-cn.com/problems/pattern-matching-lcci
英文原文You are given two strings, pattern and value. The pat
原文链接: https://leetcode-cn.com/problems/word-transformer-lcci
英文原文Given two words of equal length that are in a diction
原文链接: https://leetcode-cn.com/problems/word-rectangle-lcci
英文原文Given a list of millions of words, design an algorithm
原文链接: https://leetcode-cn.com/problems/Ygoe9J
中文题目给定一个无重复元素的正整数数组 candidates 和一个正整数 target ,找出&nbs
原文链接: https://leetcode-cn.com/problems/4sjJUc
中文题目给定一个可能有重复数字的整数数组 candidates 和一个目标数 target ,找出&nb
原文链接: https://leetcode-cn.com/problems/VvJkup
中文题目给定一个不含重复数字的整数数组 nums ,返回其 所有可能的全排列 。可以 按任意顺序 返回答案。
示例 1:
原文链接: https://leetcode-cn.com/problems/IDBivT
中文题目正整数 n 代表生成括号的对数,请设计一个函数,用于能够生成所有可能的并且 有效的 括号组合。
示
原文链接: https://leetcode-cn.com/problems/M99OJA
中文题目给定一个字符串 s ,请将 s 分割成一些子串,使每个子串都是 回文串 ,返回 s 所有可能的分割方案。
回文串 是正着读和