• The added line is THIS COLOR.
  • The deleted line is THIS COLOR.
[[Algorithm]] > [[Sort]]

- [[BubbleSort]] | [[CacktailShakerSort]] | [[CombSort]]
- [[QuickSort]]
- [[MergeSort]]
- insertion sort

* 選択ソート [#selection]
- [[SelectionSort]] (上位選出)
- heap sort
- intro sort
- [[RadixSort]]
- [[BitonicSort]] (並列ソート)
- cycle sort
- [[BogoSort]] (ランダムソート)

- https://en.wikipedia.org/wiki/Selection_algorithm#Selection_by_sorting

* デモ [#laa6353a]

- とても長い配列の上位M件だけをクイックソートより高速に取り出す
--  http://qiita.com/kikurage/items/948c9e2c730c47c2c4c1
- 15 Sorting Algorithms in 6 Minutes
--   https://www.youtube.com/watch?v=kPRA0W1kECg
- *SEIZURE WARNING* 50+ Sorts, Visualized - Bar Graph
--  https://www.youtube.com/watch?v=xoR-1KwQh2k


* その他 [#j158ae67]


- NumPyのソート関数np.sortとnp.argsortの使い方
--  https://deepage.net/features/numpy-sort.html


Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes