2.3.1 Algorithms Flashcards
(2 cards)
1
Q
what are the sorting algorithms?
A
-bubble sort
-insertion sort
-merge sort
-quick sort
2
Q
which sorting algorithm makes comparisons and swaps between pairs of elements?
A
bubble sort