(C++) Graph

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) Graph

 

A graph (also called a network) is a connection of nodes connected by edges.

 

Boost.Graph is a Boost library for graphs.