Question:

In which of the following sorting, the smallest element is selected from the unsorted array and swapped with the leftmost element and that element becomes a part of sorted array ?

Updated On: Sep 23, 2024
  • Bubble Sort
  • Selection Sort
  • Quick Sort
  • Merge Sort
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The correct option is (B) :Selection Sort.
Was this answer helpful?
0
0