MCQOPTIONS
Saved Bookmarks
| 1. |
Mitti wants to find the largest number in a given 20 numbers. Which of the following is an efficient approach to do this? |
| A. | Use bubble sort to sort the list in descending order and then print the first number of the series. |
| B. | Use selection sort to sort the list in descending order and then print the first number of the series |
| C. | Implement one iteration of selection sort for descending order and print the first number in the series. |
| D. | None of these |
| Answer» D. None of these | |