Site Links
Question #1
The bubble sort works by repeatedly comparing adjacent elements of a list.
Question #2
The Shell sort compares elements that are on opposite ends of the list.
Question #3
The Shell sort is generally less efficient than the bubble sort.
Question #4
The bubble sort can sort only in descending order.
Question #5
The Shell sort got its name from its inventor, D. L. Shell.