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.
Test Results
Solve Mixed Up Code:selection_sort()
Pathfinder
ActiveCode:Selection Sort