
|
| Program Description | Run the program |
| Divided polygon into triangules by adding diagonals | Triangulation |
| The smallest convex set containing the points | Graham |
| Partition a plane | Voronoi |
SIMPLE TRIANGULATION ALGORITHM

We will show the idea in applet Graham which is according to Graham's Algorithm.
GRAHAM'S ALGORITHM

INCREMENTAL ALGORITHM

We will demostrate by
the applet Voronoi.