Describe an insertion sort.
What will be an ideal response?
When you use an insertion sort, you look at each list element one at a time. If an element is out of order relative to any of the items earlier in the list, you move each earlier item down one position and then insert the tested element. The insertion sort is similar to the technique you would most likely use to sort a group of objects manually.
Computer Science & Information Technology
You might also like to view...
_____ batteries can explode in the right environment
Fill in the blank(s) with correct word
Computer Science & Information Technology
Your operating system may not display file extensions by default when displaying lists of files.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology