Which sort algorithm does the following outline define?

for i between 0 and number_used-1 inclusive
put the ith smallest element at array[i]
a. sequential
b. selection
c. bubble
d. swap

b. selection

Computer Science & Information Technology

You might also like to view...

The ____ function returns an array of elements that exist in one array but not in any other arrays to which it is compared.

A. array_compare() B. array_diff() C. array_search() D. array_match()

Computer Science & Information Technology

A(n) ____________________ is a Web site that features useful content but also contains links to other sites.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology