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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are Comparison Sorts?

A

They are sorting algorithms where at least two items are compared.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly