久草最新视频-久草最新网址-久国产-久国产视频-天天插夜夜操-天天插一插

北大青鳥北京,通州北大青鳥校區學術部:Java的排序之“希爾排序”

北京北大青鳥通州校區學術部老師講解:什么是希爾排序?

北京北大青鳥專家解答:希爾排序就是對插入排序的優化, 他是把一個待排序的數組分段成有規律的的若干個數組排序,最后在進行總排序來完成排序的目的,

基本思想:先取一個小于n的整數d1作為第一個增量,把文件的全部記錄分成d1個組。所有距離為d1的倍數的記錄放在同一個組中。先在各組內進行直接插入排序;然后,取第二個增量d2北大青鳥校區)


(1)將等間距的數組元素按升序排列(北京北大青鳥校區
view plaincopy to clipboardprint?
private static void incrementalInsertionSort(int[] array, int first,  
                      int last, int space)  
    {  
        int unsorted, index;  
        for (unsorted = first + space; unsorted <= last; unsorted += space)  
        {  
            int firstUnsorted = array[unsorted];  
            for (index = unsorted - space; (index >= first)   
                  && (firstUnsorted < array[index]); index -= space)  
            {  
                array[index+space] = array[index];  
            }  
            array[index+space] = firstUnsorted;  
        }  
    } 
private static void incrementalInsertionSort(int[] array, int first,
             int last, int space)
 {
  int unsorted, index;
  for (unsorted = first + space; unsorted <= last; unsorted += space)
  {
   int firstUnsorted = array[unsorted];
   for (index = unsorted - space; (index >= first)
         && (firstUnsorted < array[index]); index -= space)
   {
    array[index+space] = array[index];
   }
   array[index+space] = firstUnsorted;
  }
 }
2)設定索引間距序列(北京北大青鳥校區)
view plaincopy to clipboardprint?
public static void shellSort(int[] array, int first, int last)  
    {  
        int n = last-first + 1;  
        for (int space = n / 2; space > 0; space /= 2)  
        {  
            for (int begin = first; begin < first + space; begin++)  
            {  
                incrementalInsertionSort(array, begin, last, space);  
            }  
        }  
    } 
public static void shellSort(int[] array, int first, int last)
 {
  int n = last-first + 1;
  for (int space = n / 2; space > 0; space /= 2)
  {
   for (int begin = first; begin < first + space; begin++)
   {
    incrementalInsertionSort(array, begin, last, space);
   }
  }
 }
3)測試(北京北大青鳥校區
view plaincopy to clipboardprint?
public static void main(String[] args)  
    {  
        // TODO Auto-generated method stub  
        Random random = new Random();  
        final int size = 10;  
        int i;  
        int[] array = new int[size];  
        for (i = 0; i < size; i++)  
        {  
            array[i] = random.nextInt(1000);  
        }  
        System.out.println("排序前數組");  
        for (i = 0; i < size; i++)  
        {  
            if((i+1) % 20 == 0)  
            {  
                System.out.println();  
            }  
            else 
            {  
                System.out.print(array[i] + "  ");  
            }  
        }  
        shellSort(array,0,size-1);  
        System.out.println("\n排序后數組");  
        for (i = 0; i < size; i++)  
        {  
            if((i+1) % 20 == 0)  
            {  
                System.out.println();  
            }  
            else 
            {  
                System.out.print(array[i] + "  ");  
            }  
        }  
 
    }

北京北大青鳥校區

北大青鳥網上報名
北大青鳥招生簡章
主站蜘蛛池模板: 亚洲欧美精品一区二区| 日韩色中色| 色综合久久88色综合天天小说| 四虎一影院区永久精品| 四虎影院国产精品| 小草影院亚洲私人影院| 特级毛片免费视频观看| 亚洲美女色| 青娱乐中文字幕| 日韩在线中文字幕| 欧美日韩有码| 亚洲成人福利在线观看| 亚洲一级毛片中文字幕| 亚洲精品在线网址| 亚洲热视频| 日本成人中文字幕| 色片在线观看| 三级毛片在线免费观看| 一本大道加勒比久久综合| 亚洲伊人国产| 亚洲欧美一区二区三区麻豆| 日本jizzcom| 亚洲18卡通动漫在线播放| 欧美日韩一区二区综合| 天天综合色天天综合| 欧美日韩国产超高清免费看片| 一级免费观看| 亚洲欧洲在线视频| 清纯唯美综合亚洲第一页| 亚洲黄色高清| 日本亚洲成人| 日韩成人午夜| 欧美一级片在线观看| 一级毛片国产| 亚洲特一级毛片| 天堂成人网| 日本免费三区| 偷拍久久网| 亚洲 欧美 91| 一个人看的毛片| 一本在线免费视频|