cyprienruffino / simplegraphlib

Simple C++ library for graph manipulation. For educational purposes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simplegraphlib

Simple c++ library for graph manipulation, parallelized with OpenMP.

This library provides a simple implementation of a templated graph object, with methods, operators, functionnal operators to work with graphs, and a few classic algorithms, such as width-first and depth-first search, path detection or cycle and connected components detection.

About

Simple C++ library for graph manipulation. For educational purposes.

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%