力扣算法题 1.141环形链表 2.53最大子数组和 3.46全排列 python这个题其实可以直接调函数的 return list(itertools.permutations(nums)) 4.25k个一组翻转链表