Skip to content
/ fiocca Public

Fundamental implementations of some computational algorithms in plane geometry.

License

Notifications You must be signed in to change notification settings

enzoleo/fiocca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fiocca

Build Status License C++ Version Repo Size

Fundamental implementations of some computational algorithms in plane geometry. It does not contain too complicated properties or theorems. However, I will upload some interesting problems (in my own view), that might be a little bit tedious and difficult to comprehend, to this repository :)

Build

We enable building from CMake. Since this repository also tends to test some C++20 features, make sure that your compiler has enough support. Specifically, g++-10 or higher version is preferred to enable as much support for C++20 as possible.

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/path/to/you/install
make && make install

About

Fundamental implementations of some computational algorithms in plane geometry.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published