题目 https://leetcode-cn.com/problems/zi-fu-chuan-de-pai-lie-lcof/ 思路 全排列问题,使用dfs+回溯思想,注意剪枝 首先看单纯的全排列问题: 题目链接:https://leetcode-cn.com/problems/permutations/ 解题: https://mp.weixin.qq.com/s/SCOjeMX1t41wcvJq49GhMw