1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3.                        is a method of co...
Q.

                       is a method of constructing a smallest polygon out of n given points.

A. closest pair problem
B. quick hull problem
C. path compression
D. union-by-rank
Answer» B. quick hull problem
Explanation: quick hull is a method of

Discussion