Sorting Flashcards
1
Q
What are the six sorting algorithms covered in this class?
A
- Bubble sort
- Insertion sort
- Selection sort
- Merge sort
- Quick sort
- Radix sort
2
Q
What are Comparison Sorts?
A
They are sorting algorithms where at least two items are compared.