Convex Hull

Hi…I want coding for convex hull.Some one can help me?

Do your own homework/assignment

Originally posted by Student:
Hi…I want coding for convex hull.Some one can help me?

You can find a good description of the algorithm in:
M. de Berg, M. v. Kreveld, M. Overmars, O. Schwarzkopf, “Computational Geometry”, Springer, D, 1997, p. 233ff

Try qhull - it’s a library for fast convex hull computations.

Here’s a hint: Delaunay Triangulation