C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
graph Vertex More...
#include <graph.h>
Data Fields | |
t_gen | id |
Pointer to store Data. More... | |
int | idx |
Index of vertex in adaceny list. More... | |
t_linklist * | neigh |
Link List to neighbor vertices(nodes) More... | |
t_linklist* neigh |