in reply to Graph traversal--shortest path?
Someone asked about Graph::BFS and linked to Six Degrees via Shortest Path ?. I did some research on this problem, and was able to solve a variant of the problem porkpilot describes by using simple accesses to Graph::Base methods.
In the process of exploring Graph::BFS I found that its biggest problem was its poor documentation -- I couldn't figure out how it worked without reading all the code, and I didn't have the energy.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Graph traversal--shortest path?
by Anonymous Monk on May 06, 2003 at 04:31 UTC | |
by porkpilot (Deacon) on May 06, 2003 at 11:59 UTC |