Re: a tough question on algorithms

2000-10-26 Thread Carl Jolley
On Thu, 26 Oct 2000, Dan Jablonsky wrote: > Hi all, > I'm trying to implement an algorithm that finds the > shortest path between two points of a graph. It seems > that the whole theory behind this is pretty > complicated, however I found an algorithm (Dijkstra) > that is reasonably easy to under

a tough question on algorithms

2000-10-26 Thread Dan Jablonsky
Hi all, I'm trying to implement an algorithm that finds the shortest path between two points of a graph. It seems that the whole theory behind this is pretty complicated, however I found an algorithm (Dijkstra) that is reasonably easy to understand, however I'm not clear on how easy is to implemen