准备综合一些资料写一篇Quicksort方面的介绍文章,搜集到了以下一些感觉不错的资料:

Quicksort From Wikipedia, the free encyclopedia.

Quicksort is a well-known sorting algorithm developed by C. A. R. Hoare that, on average, makes Θ(n log n) comparisons to sort n items. However, in the worst-case, it makes Θ(n2) comparisons. Typically, quicksort is significantly faster in practice than other O(n log n) algorithms, because its inner loop can be efficiently implemented on most architectures, and in most real-world data it is possible to make design choices which minimize the possibility of requiring quadratic time.

  1. Quicksort or Samplesort Algorithm
  2. An elegant improvement of Quicksort
  3. Quicksort
  4. Quicksort algorithms with an early exit for sorted subfiles
  5. Data Structures and Algorithms: Quicksort

1 条评论 »

  1. Some time before, I did need to buy a good car for my firm but I didn’t have enough money and could not buy anything. Thank heaven my colleague adviced to get the business loans at reliable creditors. Hence, I acted so and was satisfied with my collateral loan.

    评论 由 HollowayJACKLYN — 八月 26, 2010 @ 3:44 下午

这篇文章上的评论 RSS feed TrackBack URL

留下评论