Skip to content
การเรียงลำดับแบบแทรก

File:Insertion_sort.gif · Wikimedia Commons · See Wikimedia Commons

EntityQ117241· pop 46· linked from 89 articles

การเรียงลำดับแบบแทรก

Sign in to save

sorting algorithm that, at each iteration, inserts the current input element into the suitable position between the already sorted elements

Key facts

Class
Sorting algorithm
Data structure
Array
Worst case performance
O ( n 2 ) {\displaystyle O(n^{2})} comparisons and swaps
Best case performance
O ( n ) {\displaystyle O(n)} comparisons, O ( 1 ) {\displaystyle O(1)} swaps
Average performance
O ( n 2 ) {\displaystyle O(n^{2})} comparisons and swaps
Worst case space complexity
O ( n ) {\displaystyle O(n)} total, O ( 1 ) {\displaystyle O(1)} auxiliary
Optimal
No

via Wikipedia infobox

Wikidata facts

Image
Insertion sort.gif
Show 3 more facts
Commons category
Insertion sort
name in kana
インサーションソート
Sources (2)

via Wikidata · CC0

Gallery (4)

Connections

Categories