Selection Sort Program 02 | Selection Sort in python | Sorting Algorithm

preview_player
Показать описание
Selection Sort

Discussed selection sort algorithm and the python program

- Finds the minimum from the unsorted part of the array with the current index.
Time complexity - Best case O(n^2)
- Worst case O(n^2)
Space complexity - O(1)

Рекомендации по теме
visit shbcf.ru