Computer Science, asked by anu032667, 23 days ago

what is selection sort explain with examples and its complexity and algorithm​

Answers

Answered by rachitrandad31
3

Answer:

In computer science, selection sort is an in-place comparison sorting algorithm. It has an O(n2) time complexity, which makes it inefficient on large lists, and generally performs worse than the similar insertion sort.

Similar questions