A little of coordination for Rosettacode

bearophile bearophileHUGS at lycos.com
Fri Feb 22 15:19:21 PST 2013


Jos van Uden:

> Somebody added an incorrect notice to the D entry for 
> Dijkstra's algorithm.

The task requires a directed graph:

1. Implement a version of Dijkstra's algorithm that computes a 
shortest path from a start vertex to an end vertex in a directed 
graph.

So I have fixed the graph.

Bye,
bearophile


More information about the Digitalmars-d-learn mailing list