Sortting And Searching Flashcards
1
Q
What is. Binary search
A
Begins at the midpoint and moves the range after each guess
2
Q
What is selection sort
A
Sortting algorithim that treats input as two parts
3
Q
What is merge sort
A
Sorting a log origin that divides list into two halves. Recursilvly sorts each half then merges sorted havles to produce a sorted list