7.6 Sorting
-
Incorrect
Correct
No Answer was selected
Invalid Answer
Vocabulary
Term | Definition |
---|---|
Selection Sort | A sorting algorithm that swaps the minimum value left in an array with the current array index. |
Insertion Sort | A sorting algorithm that shifts the already sorted section of an array to place the current array value in the correct index. |