Graph - simple c++ library, that implements a simple graph adt structure as well as implements some graph based algorithms like, vertex cover algorithm.
Note: This repository is not actively maintained, repository where made only for educational purposes.
- Cmake (probably any version)
- Any c++ compiler, but clang is preferable.
cmake -B build -G Ninja
cmake --build buildBut for convenience there is bash make script
make.batGraph is free, open source library. All code in this repository is licensed under
- MIT License (LICENSE.md or https://opensource.org/license/mit/)