C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
Level and Parent info after BFS walk. More...
#include <graph.h>
Data Fields | |
t_gen | parent |
Pointer to Parent Vertex. More... | |
int | level |
Level of vertex from the source. More... | |
int | comp |
Subgraph id of vertex. More... | |