Social Network 1.0.0
The second major course output (MCO2) for CCDSALG.
|
A(n) (un)directed connection between two vertices in a graph. More...
#include <graph.h>
Public Attributes | |
Vertex | source |
The first or source vertex of the connection. | |
Vertex | destination |
The second or destination vertex of the connection. |
A(n) (un)directed connection between two vertices in a graph.