MCQOPTIONS
Saved Bookmarks
| 1. |
A sort which iteratively passes through a list to exchange the first element with any element less than it and then repeats with a new first element is called |
| A. | insertion sort |
| B. | selection sort |
| C. | bubble sort |
| D. | merge sort |
| Answer» C. bubble sort | |