1.

The optimal time obtained through divide and conquer approach using merge sort is the best case efficiency.(a) true(b) falseI have been asked this question during an interview for a job.This intriguing question originated from Computational Geometry topic in section Computational Geometry of Data Structures & Algorithms II

Answer» CORRECT choice is (a) true

The best I can EXPLAIN: The optimal time obtained through divide and CONQUER approach is the best CLASS efficiency and it is given by Ω(N log N).


Discussion

No Comment Found

Related InterviewSolutions