翻訳と辞書
Words near each other
・ Flashpoint (1972 film)
・ Flashpoint (1984 film)
・ Flashpoint (1998 film)
・ Flashpoint (album)
・ Flashpoint (band)
・ Flashpoint (comics)
・ Flashpoint (politics)
・ Flashpoint (soundtrack)
・ Flashpoint (TV series)
・ Flashpoint Film Festival
・ Flashpoint Human Rights Film Festival
・ Flashpoint Music
・ Flashpoint Studios
・ Flashpoints (radio program)
・ Flashrom
Flashsort
・ Flashspun fabric
・ FlashTime
・ Flashtube
・ Flashy
・ Flashy Bull
・ Flashy Python
・ FLASK
・ Flask
・ Flask (casting)
・ Flask (unit)
・ Flask (web framework)
・ Flask Glacier
・ Flaskebekk
・ Flasou


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Flashsort : ウィキペディア英語版
Flashsort
Flashsort is a distribution sorting algorithm showing linear computational complexity O(n) for uniformly distributed data sets and relatively little additional memory requirement. The original work was published in 1998 by Karl-Dietrich Neubert.
== Concept ==
The basic idea behind flashsort is that in a data set with a known distribution, it is easy to immediately estimate where an element should be placed after sorting when the range of the set is known. For example, if given a uniform data set where the minimum is 1 and the maximum is 100 and 50 is an element of the set, it’s reasonable to guess that 50 would be near the middle of the set after it is sorted. This approximate location is called a class. If numbered 1 to m, the class of an item A_i is the quantile, computed as:
  K(A_i) = 1+\textrm\left((m-1)\frac-A_\textrm}\right)
where A is the input set. The range covered by every class is equal, except the last class which includes only the maximum(s). The classification ensures that every element in a class is greater than any element in a lower class. This partially orders the data and reduces the number of inversions. Insertion sort is then applied to the classified set. As long as the data is uniformly distributed, class sizes will be consistent and insertion sort will be computationally efficient.〔

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Flashsort」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.