NetBSD/usr.bin/tsort
cgd f788e05de2 from Jarle.F.Greipsland@idt.unit.no:
find_cycle was trying to find the longest cycle that a given node is part of,
which is a really, really hard problem (exponential?).  instead, just detect
cycles.  since the only difference is the (std error) output which is printed,
all works out OK.
1993-12-01 05:34:16 +00:00
..
Makefile Add RCS identifiers. 1993-07-30 23:49:23 +00:00
tsort.1 Add RCS indentifiers. 1993-08-01 07:22:47 +00:00
tsort.c from Jarle.F.Greipsland@idt.unit.no: 1993-12-01 05:34:16 +00:00