1050 Project P7: Delaunay Triangulation (team project: teams of 1 or 2)

Modify the P6 program provided on my PPP so that it displays all and only the Delaunay triangles in red and their circumscribing centers in green. You may use a naive algorithm. On your PPP, please indicate the complexity of your algorithms, include images showing 10, 20, 40, 80, 160 points and their Delaunay triangulation. Report the approxiamte timings for each image. Verify that the time costs grows as expected. Include a link to the applet and a link to your source code.