ActiveCode:Selection Sort
Implement
find_min_index(arr, start)
— returns the index of the smallest element in
arr[start:]
— and
selection_sort(arr)
which sorts in-place using selection sort.
▶Run
Reset
Test Results
Solve Mixed Up Code:selection_sort()
Check
Reset
Pathfinder
×
ActiveCode:Selection Sort