Vidyalelo
Data Structure · Q35

Sorting Algorithms

Programming · Data Structure · question 35

Q35

Which sorting algorithm works by repeatedly finding the minimum element from the unsorted portion?

A.
Merge Sort
B.
Insertion Sort
C.
Selection Sort
Answer
D.
Bubble Sort

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board