2.1.3-Searching & sorting algorithms Flashcards
1
Q
Name the two standard searching algorithms?
A
Binary search
Linearly search
2
Q
Name the three standard sorting algorithms?
A
Bubble sort
Merge sort
Insertion sort
3
Q
A