|
C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
Level and Parent info after DFS walk. More...
#include <graph.h>
Data Fields | |
| t_gen | parent |
| Pointer to Parent Vertex. More... | |
| int | pre |
| Pre Interval of a vertex on dfs walk. More... | |
| int | post |
| Post Interval of a vertex on dfs walk. More... | |
| int | comp |
| Subgraph id of vertex. More... | |
| int | visited_neighbors |
| Used internally Flag indicating neighbors still to be visited. More... | |
| int visited_neighbors |