Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dijkstra Algorithm 1

Status
Not open for further replies.

TorrediPisa

Programmer
Apr 15, 2004
67
IT
Hello

I am looking for Dijkstra Algoritm written in VB6. Can anyone post me an example or indicate where to find one.
I only found written in C++ or Java.
Very grateful for yr help.
Bye
TdP
 
Are you trying to generate shortest paths? If so, you NEED to buy this book. All the algorithms are on the CD in the back. This is an incredible book.

It will show you how to generate shortest paths, but takes it a step further. You can model one way streets, road blocks and turn restrictions.

The book is: "Ready to Run Visual Basic Algorithms" by Rod Stephens.


The only thing I don't like about the book is that it makes heavy use of collections which tends to slow things down a bit. The review on Amazon doesn't do it justice.

-George

Strong and bitter words indicate a weak cause. - Fortune cookie wisdom
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top