Monday, February 13, 2012

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.
 

No comments:

Post a Comment