Multiple choice Which sorting algorithm is pivot used for? Insertion sort Quick sort Selection sort Bubble sort Binary search Reveal answer Fill a bubble to check yourself B Correct answer Explanation It is a right answer since it is based on 'divide and conquer' method, which requires a middle element. Pivot is used for this.