Searching And Sorting Flashcards

1
Q

Types of sort algorithms:

A

MergeSort, BubbleSort, Insertion Sort, QuickSort.

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

What is merge sort?

A

Divide list into smallest units, compare each element with adjacent to sort and then merge lists. Continue until all sorted.

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