Sorts Flashcards
1
Q
Bubble
A
One pass, go through each pair, swap if needed
Repeat till pass happens where no swaps
2
Q
Merge
A
Divides and then sorts
3
Q
Insertion
A
Moves each item from unsorted to sorted
Bubble
One pass, go through each pair, swap if needed
Repeat till pass happens where no swaps
Merge
Divides and then sorts
Insertion
Moves each item from unsorted to sorted