Multiple choice The Quick Sort algorithm is based upon the backtracking greedy dynamic programing linear programing divide and conquer Reveal answer Fill a bubble to check yourself E Correct answer Explanation Divide and Conquer is an algorithm design paradigm, based on recursion and is used for the Quicksort in which the original problem is divided in to the sub problems and are solved recursively.