Compsci 6, Fall 2011, Classwork 20

PRINT Names and NetID of students in group (min 2, max 3)
Name: __________________________   NetID: _____________

Name: __________________________   NetID: _____________

Name: __________________________   NetID: _____________

Problem 1

I copied the three search algorithms for finding the two smallest elements out of the textbook and compiled and ran them. However there are some problems. Identify the problem in find_two_smallest2. Give a small set of data that would identify the problem.

Problem 2

Identify the problem in find_two_smallest3. Give a small set of data that would identify the problem.