How does selection sort work?

Selection sort works by picking the smallest number from the list and placing it at the front. This process is repeated for the second position towards the end of the list. It is the simplest sort algorithm.

0
Sujan Bk
Jan 9, 2022
More related questions

Questions Bank

View all Questions

Top