What sorting algorithm works by selecting the smallest element in an array and swapping it with the first and then conti
Posted: Fri May 20, 2022 1:12 pm
What sorting algorithm works by selecting the smallest element in an array and swapping it with the first and then continues by iterating through the remaining items? O Selection Sort O Insertion Sort O Merge Sort O Binary Sort O Linear Sort