出典:Wiktionary
出典:『Wiktionary』 (2026/07/16 23:14 UTC 版)
insertion sort (countable and uncountable, plural insertion sorts)
出典:Wikipedia
出典:『Wikipedia』 (2011/07/08 07:03 UTC 版)
Insertion sort is a simple sorting algorithm: a comparison sort in which the sorted array (or list) is built one entry at a time. It is much less efficient on large lists than more advanced algorithms such as quicksort, heapsort, or merge sort. However, insertion sort provides several advantages: