A graph implemented using a set of arrays.
More...
#include <graph.h>
|
size_t | v |
| The number of vertices. More...
|
|
size_t | e |
| The number of edges. More...
|
|
t_rbt * | adj |
| The set of arrays, where each arrays represents the adjacency of a given vertex. More...
|
|
const t_type * | type |
| The type of vertices in the graph. More...
|
|
A graph implemented using a set of arrays.
Definition at line 39 of file graph.h.
◆ adj
The set of arrays, where each arrays represents the adjacency of a given vertex.
Definition at line 43 of file graph.h.
The number of edges.
Definition at line 42 of file graph.h.
◆ type
The type of vertices in the graph.
Definition at line 44 of file graph.h.
The number of vertices.
Definition at line 41 of file graph.h.
The documentation for this struct was generated from the following file: