A sort algorithm works on the following principle.
• Find the smallest item in the list, and exchange it with the left-most unsorted element.
• Repeat the process from the first unsorted element.
Which of the following sorting algorithms does it correspond to?

1
Quick Sort
2
Merge sort
3
Selection sort
4
Insertion sort

Sponsored

hivanix.in

Visit

This quiz is brought to you by hivanix.in

🌐 Web App Development

Quick Navigation