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

北大青鳥北京,通州北大青鳥校區(qū)學(xué)術(shù)部講解:Java的排序之“堆排序”

北京北大青鳥通州校區(qū)學(xué)術(shù)部老師講解:什么是堆排序?

北京北大青鳥專家解答:堆排序是另一種選擇排序方法,它是樹型選擇排序的改進,優(yōu)勢是使用的輔助空間較少,僅需要一個元素用于空間交換。(北京北大青鳥

堆排序包括兩個步驟 (1)初始堆(堆的定義:(1)堆是一個完全二叉樹(2)根結(jié)點的值或者大于左右子樹的值或者小于左右子樹的值(3)左右子樹也是一個堆)(北京北大青鳥

(2)調(diào)整堆(當(dāng)初始小頂堆之后,堆頂元素是最小的元素,取出最小的元素與最后一個元素相交換,再把剩下n-1個元素調(diào)整成堆,依次調(diào)整直到1為止)(北京北大青鳥

public abstract class PriorityQueue {
  private Object[] heap;
  private int size;
  private int maxSize;
  /** Determines the ordering of objects in this priority queue.  Subclasses
    must define this one method. */
  protected abstract boolean lessThan(Object a, Object b);
  /** Subclass constructors must call this. */
  protected final void initialize(int maxSize) {
    size = 0;
    int heapSize = maxSize + 1;
    heap = new Object[heapSize];
    this.maxSize = maxSize;
  }
  /**
   * Adds an Object to a PriorityQueue in log(size) time.
   * If one tries to add more objects than maxSize from initialize
   * a RuntimeException (ArrayIndexOutOfBound) is thrown.
   */
  public final void put(Object element) {
    size++;
    heap[size] = element;
    upHeap();
  }
  /**
   * Adds element to the PriorityQueue in log(size) time if either
   * the PriorityQueue is not full, or not lessThan(element, top()).
   * @param element
   * @return true if element is added, false otherwise.
   */
  public boolean insert(Object element){
    if(size < maxSize){
      put(element);
      return true;
    }
    else if(size > 0 && !lessThan(element, top())){
      heap[1] = element;
      adjustTop();
      return true;
    }
    else
      return false;
   }
  /** Returns the least element of the PriorityQueue in constant time. */
  public final Object top() {
    if (size > 0)
      return heap[1];
    else
      return null;
  }
  /** Removes and returns the least element of the PriorityQueue in log(size)
    time. */
  public final Object pop() {
    if (size > 0) {
      Object result = heap[1];     // save first value
      heap[1] = heap[size];     // move last to first
      heap[size] = null;     // permit GC of objects
      size--;
      downHeap();      // adjust heap
      return result;
    } else
      return null;
  }
  /** Should be called when the Object at top changes values.  Still log(n)
   * worst case, but it's at least twice as fast to


   *  { pq.top().change(); pq.adjustTop(); }
   *
instead of

   *  { o = pq.pop(); o.change(); pq.push(o); }
   *

   */
  public final void adjustTop() {
    downHeap();
  }

  /** Returns the number of elements currently stored in the PriorityQueue. */
  public final int size() {
    return size;
  }
  /** Removes all entries from the PriorityQueue. */
  public final void clear() {
    for (int i = 0; i <= size; i++)
      heap[i] = null;
    size = 0;
  }
  private final void upHeap() {
    int i = size;
    Object node = heap[i];     // save bottom node
    int j = i >>> 1;
    while (j > 0 && lessThan(node, heap[j])) {
      heap[i] = heap[j];     // shift parents down
      i = j;
      j = j >>> 1;
    }
    heap[i] = node;      // install saved node
  }
  private final void downHeap() {
    int i = 1;
    Object node = heap[i];     // save top node
    int j = i << 1;      // find smaller child
    int k = j + 1;
    if (k <= size && lessThan(heap[k], heap[j])) {
      j = k;
    }
    while (j <= size && lessThan(heap[j], node)) {
      heap[i] = heap[j];     // shift up child
      i = j;
      j = i << 1;
      k = j + 1;
      if (k <= size && lessThan(heap[k], heap[j])) {
 j = k;
      }
    }
    heap[i] = node;      // install saved node
  }
}
結(jié)束(北京北大青鳥

相關(guān)鏈接:Java的排序之“快速排序”

北大青鳥網(wǎng)上報名
北大青鳥招生簡章
主站蜘蛛池模板: 国产片a国产片免费看视频 国产片a | 亚洲欧美一级夜夜爽w | 91精品国产综合久 | jizz亚洲大全 | 国产一在线精品一区在线观看 | 92精品国产自产在线 | 四虎影视免费永久在线观看 | 在线观看毛片视频 | 久久精品免费大片国产大片 | 六月婷婷久久 | 国产九色在线 | 免费观看a毛片一区二区不卡 | 日本夫妇交换456高清 | 亚洲精品综合久久中文字幕 | 国产一区二区三区视频在线观看 | 99re这里只有精品66 | 亚洲男人的天堂网站 | 五十路亲子中出中文字幕 | 国产午夜亚洲精品一级在线 | www.日本在线观看 | 色婷婷亚洲精品综合影院 | 99久久99久久精品免费看子 | 亚洲国语在线视频手机在线 | 白丝美女用脚揉男生的命根 | v影院最新在线v视频 | 天天做天天爱天天影视综合 | 国产亚洲日本人在线观看 | 免费a级毛片 | 欧美精选在线观看 | 一级做a级爰片性色毛片视频 | 茄子香蕉草莓丝瓜芭乐绿巨人 | 我不卡影视 | 在线韩日| 日日摸夜夜摸狠狠摸日日碰夜夜做 | 七次郎最新首页在线视频 | 亚洲欧美在线综合一区二区三区 | 欧美一区二区三区在线 | 国产视频一区二 | 四虎影院国产精品 | 免费二级片 | 国产福利在线免费 |