1.

Quick sort follows Divide-and-Conquer strategy.(a) True(b) FalseThe question was asked in exam.The origin of the question is Quicksort in division Sorting of Data Structures & Algorithms II

Answer»

Correct OPTION is (a) True

Best EXPLANATION: In quick sort, the ARRAY is DIVIDED into sub-arrays and then it is sorted (divide-and-conquer strategy).



Discussion

No Comment Found

Related InterviewSolutions