in reply to In search of an algorithm for loading cyclic graphs

I'm not sure if this is what you need but have you looked at the CPAN module Graph?

http://search.cpan.org/~jhi/Graph-0.65/lib/Graph.pod

lupey

  • Comment on Re: In search of an algorithm for loading cyclic graphs

Replies are listed 'Best First'.
Re^2: In search of an algorithm for loading cyclic graphs
by cbrandtbuffalo (Deacon) on May 17, 2005 at 19:41 UTC
    I second that suggestion regarding Graph. From the user side, I used it recently to Order your autobundle by dependency and it had all the right parts. You may also find something interesting in the innards, although I didn't venture there myself.