Multiple choice technology

Which of the following is not a sorting algorithm?

  1. Merge

  2. Binary

  3. Quick

  4. Bubble

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Merge Sort, Quick Sort, and Bubble Sort are all sorting algorithms. Binary search is a search algorithm for finding elements in sorted arrays, not a sorting algorithm.