Which of the following sorting algorithms sorts an array by frequently finding the smallest element from the unsorted part and placing it at the beginning in ascending order?
A) Selection sort
B) Bucket sort
C) Bubble sort
D) Insertion sort



Answer :

Other Questions