It finds the lowest value from the collection and moves it to the left. This is repeated until the complete collection is sorted.
State the logic of selection sort algorithm.
September 14, 2023 in Data Structure
September 14, 2023 in Data Structure
It finds the lowest value from the collection and moves it to the left. This is repeated until the complete collection is sorted.