
Data Fields | |
| __v * | next |
| int | indegree |
| int | visited |
| int | on_the_path |
| int | has_a_cycle |
| __e * | out |
| char | key [1] |
Definition at line 16 of file tsort.c.
|
|
|
|
|
|
|
|
Definition at line 23 of file tsort.c. Referenced by add_v(). |
|
|
Definition at line 17 of file tsort.c. Referenced by add_v(), and check_cycles(). |
|
|
|
|
|
|
|
|
|
1.4.6