Menu

Home

Zig Razor

CXXGraph

codecov
CodeFactor

GitHub license GitHub release

Generic badge Generic badge Generic badge

Generic badge Generic badge

Share on Tweet

Introduction

CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++

Algorithms Explanation

Partition Algorithms

Classes Explanation

The Classes Explanation can be found in the Doxygen Documentation, in the Classes Section

Requirements

The minimun C++ standard required is C++17 and a G++ compiler version greater than 7.3.0.

How to use

The use of the library is very simple, just put the header file where you need!

Unit-Test Execution

The Unit-Test required the CMake version greater than 3.9 and the google test library.

How to Compile

  • If not exist create a directory "build" under the base directory.
  • Enter the directory
  • execute command cmake ..
  • if all is succesfull execute the command make

How to Run

After the compilation, you can run the executable that is under the "build" directory with the name "test_exe", with the simple command ./test_exe.

Example

Work in Progess

How to contribute GitHub contributors

If you want give your support you can create a pull request GitHub pull-requests or report an issue GitHub issues.

Site

CXXGraph Site

Contact

E-Mail : zigrazor@gmail.com

GitHub Profile Profile views

ZigRazor's github stats

Support

To support me just add Star the project GitHub stars or follow me GitHub followers

To get updated watch the project GitHub watchers

References

We are referenced by:
- awesome-hpp

Credits

Thanks to the community of TheAlgorithms for some algorithm ispiration.