http://qs1969.pair.com?node_id=457946


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

Kruskal, Prim.. there are many spanning tree algorithms. Create a spanning tree that is directed from one point and ends at another. Any edge you add will create a cycle. Make your DB follow that.

----
Give me strength for today.. I will not talk it away..
Just for a moment.. It will burn through the clouds.. and shine down on me.

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