280. Wiggle Sort

/* * 280. Wiggle Sort * 2016-6-27 by Mingyang * Given an unsorted array nums, reorder it in-place such that nums[0] <= nums[1] >= nums[2] <= nums[3].... * 對於題目的理解要準確!就是奇數位上的數字要大於等於
相關文章
相關標籤/搜索