Practice ยท 1 of 3
Selection Sort
Implement void selection_sort(int *a, int n) sorting ascending in place.
Difficulty: beginner
Press Submit to check your solution.
Back to lesson: Practice: Sort Practice
Practice ยท 1 of 3
Implement void selection_sort(int *a, int n) sorting ascending in place.
Difficulty: beginner
Back to lesson: Practice: Sort Practice