- Define convex hull. Is it possible to have convex-hull of two dimensional space? Can it exists in
dimensional space
, where
? Justify your answer.
- What are the different algorithms to find out convex-hull in Euclidean space
for
for set of points
? Write the steps for each algorithm and compute their time complexity.
- What is meant by proximity in a set of points
in Euclidean space
for
? What may be the applications of computing the proximity?
- Explain Voronoi diagrams and discuss their applications.