Sortting And Searching Flashcards

1
Q

What is. Binary search

A

Begins at the midpoint and moves the range after each guess

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

What is selection sort

A

Sortting algorithim that treats input as two parts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

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