The ______ compares adjacent items and exchanges them if they are out of order.
a. selection sort
b. binary search
c. bubble sort
d. quicksort
c. bubble sort
Computer Science & Information Technology
You might also like to view...
Union is a Group option
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following assignment statements is invalid?
a) SALES = 1000 b) 1000 = SALES c) SALES = SALES + 1000 d) SALES = SALES1 + SALES2
Computer Science & Information Technology