initial upload

This commit is contained in:
2021-09-15 14:13:25 +08:00
parent f9d1437867
commit a958701820
5 changed files with 315 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
## A C++ implementation of the 2D Delaunay triangulation using the Bowyer-Watson algorithm.
### compile
```shell
g++ demo.cpp
```
### run
```shell
./a.out > demo.off
```