Quick sort is a __________
(a) greedy algorithm
(b) divide and conquer algorithm
(c) dynamic programming algorithm
(d) backtracking algorithm
I got this question in an interview for internship.
My question comes from Quicksort in chapter Sorting of Data Structures & Algorithms II