其他分享
首页 > 其他分享> > 324. 摆动排序 II(待完成)

324. 摆动排序 II(待完成)

作者:互联网

给你一个整数数组 nums,将它重新排列成 nums[0] < nums[1] > nums[2] < nums[3]... 的顺序。

你可以假设所有输入数组都可以得到满足题目要求的结果。

来源:力扣(LeetCode)
链接:https://leetcode-cn.com/problems/wiggle-sort-ii
著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。

标签:ii,排序,324,nums,II,重新排列,数组,转载,cn
来源: https://www.cnblogs.com/tianyiya/p/15701806.html