1.

Quick sort uses join operation rather than merge operation.(a) true(b) falseThis question was addressed to me in final exam.This is a very interesting question from Quicksort in division Sorting of Data Structures & Algorithms II

Answer»

Right answer is (a) true

The explanation is: Quick sort USES join OPERATION SINCE join is a faster operation than MERGE.



Discussion

No Comment Found

Related InterviewSolutions