1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. How many approaches can be applied to so...
Q.

How many approaches can be applied to solve quick hull problem?

A. 1
B. 2
C. 3
D. 4
Answer» B. 2
Explanation: most commonly, two approaches are adopted to solve quick hull problem- brute force approach and divide and conquer approach.

Discussion