by: Tkachenko Nikita
A template implementation of the Graph class in C++. Provides user with an interface for interacting with nodes and edges, and more.
iterator
and related to it methods that give user an ability to iterate a graphinsert
family of methods that allow user to add nodes and edgesdegree_in
anddegree_out
- for understanding how different nodes connect with each other- Automatic Unit-Testing
- Detailed documentation
You should have git
and a compiler for C++/17 installed
git clone https://github.com/tka4nik/Graph.git ./graph