5.4 Sorting Algorithms Curriculum Page
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