Answer the following questions:
Bubble and Merge Sort are referred to as comparison sorts because the values of the two pieces of data are compared during each step. Why are the radix and bucket sort not comparison sorts?
Answer
The bubble sort and radix sort are not comparison sorts because they do not compare numbers. The radix and bucket sort put everything in the appropriate place holder. then just collected in order at the end of the sort
Which sort do you think would be the fastest if you had to sort more than one deck of cards? Why?
Answer
I think Bucket sort would be the fastest because there are not large numbers with multiple digits.