Search in: Word
Vietnamese keyboard: Off
Virtual keyboard: Show
Computing (FOLDOC) dictionary
insertion sort
Jump to user comments
algorithm A sorting algorithm that inserts each item in
the proper place into an initially empty list by comparing it
with each item in the list until it finds the new element's
successor or the end of the list.