C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
graph neighbor edges represented in neigh list More...
#include <graph.h>
Data Fields | |
t_gnode * | node |
Pointer to neighbor vertex. More... | |
int | weight |
Cost of the edge. More... | |