[LeetCode] “全排列”问题系列(一) - 用交换元素法生成全排列及其应用,例题: Permutations I 和 II, N-Queens I 和 II,数独问题
一、开篇
Permutation,排列问题。这篇博文以几道LeetCode的题目和引用剑指offer上的一道例题入手,小谈一下这种类型题目的解法。 二、上手
最典型的permutation题目是这样的:
Given a collection of numbers, return all possible permutations.
For example,[1,2,3] have