Class Solution


  • public class Solution
    extends Object
    324. ζ‘†εŠ¨ζŽ’εΊ II
    • Constructor Detail

      • Solution

        public Solution()
    • Method Detail

      • wiggleSort

        public void wiggleSort​(int[] nums)
      • findKthLargest

        public int findKthLargest​(int[] nums,
                                  int k)
      • transAddress

        public int transAddress​(int i,
                                int n)
      • swap

        public void swap​(int[] a,
                         int i,
                         int j)
      • partitionAroundPivot

        public int partitionAroundPivot​(int left,
                                        int right,
                                        int pivot,
                                        int[] nums)