C Everything
This is a C repository containing a curated set of generic data structures and algorithm.
|
Longest Path and Node order after DAG ordering. More...
#include <graph.h>
Data Fields | |
t_gen | node |
Pointer to Vertex in topologically sorted order. More... | |
int | longest_path |
Longest path to vertex in DAG. More... | |
int | indegree |
Used internally for topologicaly order and find longest path in DAG. More... | |
int indegree |