Delaunay-Triangulation This code is a java implementation of Bowyer-Watson algorithm to compute Delaunary triangulation. Result is visualized through Java Graphic2D Features: Bowyer-Watson Algorithm Kruskal Algorithm How to use: Please see example in src/delaunary/Tester About Bowyer-Watson Algorithm: WIKI here Tutorial here About Kruskal Algorithm: WIKI here Tutorial here