Connecting Tech Pros Worldwide Forums | Help | Site Map

Sample implementation of Dijkstras algorithm

thomasau
Guest
 
Posts: n/a
#1: Apr 21 '07
Hi everyone !

Can someone point me to a good and simple implementation of the
Dijkstras algorithm using C .

Thanks!

-Thomas


pete
Guest
 
Posts: n/a
#2: Apr 22 '07

re: Sample implementation of Dijkstras algorithm


thomasau wrote:
Quote:
>
Hi everyone !
>
Can someone point me to a good and simple implementation of the
Dijkstras algorithm using C .
http://www.google.com/

Results 1 - 10 of about 536,000 for Dijkstra's algorithm using C.
(0.19 seconds)

--
pete
Richard Heathfield
Guest
 
Posts: n/a
#3: Apr 22 '07

re: Sample implementation of Dijkstras algorithm


pete said:
Quote:
thomasau wrote:
Quote:
>>
>Hi everyone !
>>
>Can someone point me to a good and simple implementation of the
>Dijkstras algorithm using C .
>
http://www.google.com/
>
Results 1 - 10 of about 536,000 for Dijkstra's algorithm using C.
(0.19 seconds)
Of these 536,000, how many would you say are good and simple
implementations of Dijkstra's Algorithm using C?

--
Richard Heathfield
"Usenet is a strange place" - dmr 29/7/1999
http://www.cpax.org.uk
email: rjh at the above domain, - www.
pete
Guest
 
Posts: n/a
#4: Apr 22 '07

re: Sample implementation of Dijkstras algorithm


Richard Heathfield wrote:
Quote:
>
pete said:
>
Quote:
thomasau wrote:
Quote:
>
Hi everyone !
>
Can someone point me to a good and simple implementation of the
Dijkstras algorithm using C .
http://www.google.com/

Results 1 - 10 of about 536,000 for Dijkstra's algorithm using C.
(0.19 seconds)
>
Of these 536,000, how many would you say are good and simple
implementations of Dijkstra's Algorithm using C?
326,785

--
pete
Mark McIntyre
Guest
 
Posts: n/a
#5: Apr 22 '07

re: Sample implementation of Dijkstras algorithm


On Sat, 21 Apr 2007 23:24:32 +0000, in comp.lang.c , Richard
Heathfield <rjh@see.sig.invalidwrote:
Quote:
>pete said:
>
Quote:
>thomasau wrote:
Quote:
>>>
>>Hi everyone !
>>>
>>Can someone point me to a good and simple implementation of the
>>Dijkstras algorithm using C .
>>
>http://www.google.com/
>>
>Results 1 - 10 of about 536,000 for Dijkstra's algorithm using C.
>(0.19 seconds)
>
>Of these 536,000, how many would you say are good and simple
>implementations of Dijkstra's Algorithm using C?
A number between zero and 536,000. "good" and "simple" are pretty
subjective terms, after all.


--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
Closed Thread