Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 210 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 210 Bytes

simple-triangulation

Simple triangulation algorithm implementation in pure C++.

Compilation

You will need a C++ compiler that supports C++11 to be able to compile this code.

To build simply run make