Multiple choice technology Which of the following is not a sorting algorithm? Merge Binary Quick 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.