Searching Algorithms and Sorting

?

1. Sorting method which uses the middle number as a pivot and you rewrite the list depending on the numbers being bigger or smaller than the pivot

  • Quick Sort
  • Bubble Sort
  • Binary Search
1 of 6

Other questions in this quiz

2. Least reliable bin packing algorithm

  • First Fit
  • First fit decreasing
  • Full Fit

3. Two sorting methods which place a list into ascending or descending order

  • Binary search + Quick sort
  • Bubble sort + Quick Sort
  • Bubble sort + Binary search

4. Searching method in which you choose a middle item out of the ordered list and compare it to the item being found. List halves each time

  • Binary Search
  • Bubble Sort
  • Quick Sort

5. The sorting method in which you compare a pair of numbers and swap depending on size in each pass

  • Bubble Sort
  • Quick Sort
  • Binary Search

Comments

No comments have yet been made

Similar Mathematics resources:

See all Mathematics resources »See all Networks, algorithms and problem solving resources »