摘要: 题解:用一位数代替标记数组节省空间 class Solution { List<List<Integer>> res = new ArrayList<>(); public List<List<Integer>> permute(int[] nums) { List<Integer> list = 阅读全文
posted @ 2020-07-22 18:06 浅滩浅 阅读(112) 评论(0) 推荐(0)