Q4 Flashcards
1
Q
Bubble sort
A
Used in programming TV remote to sort channels on the basis of longer viewing time. Uses 2 loops to complete its operation and is less efficient than insertion sort.
2
Q
Quick sort
A
Sports scores are organized by quick sort on the basis of win-loss ratio.
3
Q
Heap sort
A
Used in reading barcodes on plastic cards.
4
Q
Merge sort
A
Databases use an external merge sort to sort sets of data that are too large to be loaded entirely into memory.