/graph-analyzer

Code and documentation for a small Graph Theory project

Primary LanguageC++ISC LicenseISC

Building

This is a generic, out-of-tree CMake build.

You must a C++ compiler with decent support for the C++11 standard.

$ mkdir build
$ cd build
$ cmake ..
$ make