Compsci 6, Fall 2011, Classwork 22
PRINT Names and NetID of students in group (min 2, max 3)
Name: __________________________ NetID: _____________
Name: __________________________ NetID: _____________
Name: __________________________ NetID: _____________
Problem 1
Consider the list of numbers below. Show the list of numbers after each
pass in Selection sort (a pass is selecting the smallest and swapping)
9 11 4 17 7 3 5
Problem 2
Write code for Selection Sort