Computer Science, asked by fardeen41, 1 year ago

what is selection sort in programming in c

Answers

Answered by Anonymous
2
Selection Sort Program in C. Selection sort is a simple sorting algorithm. Thissorting algorithm is an in-place comparison-based algorithm in which the list is divided into two parts, thesorted part at the left end and the unsorted part at the right end.

Mark Brainliest....

fardeen41: you are good
Similar questions