-
Notifications
You must be signed in to change notification settings - Fork 116
Home
CXXGraph is a small library, header only, that manages the Graph and it's algorithm in C++
The Classes Explanation can be found in the Doxygen Documentation, in the Classes Section
The minimun C++ standard required is C++17 and a G++ compiler version greater than 7.3.0.
The use of the library is very simple, just put the header file where you need!
The Unit-Test required the CMake version greater than 3.9 and the google test library.
- 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
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
.
Work in Progess
If you want give your support you can create a pull request or report an issue .
E-Mail : [email protected]
To support me just add Star the project or follow me
To get updated watch the project
We are referenced by:
Thanks to the community of TheAlgorithms for some algorithm ispiration.