Skip to content

Commit

Permalink
Typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fisharebest committed Oct 19, 2015
1 parent 39c51e7 commit fc0d090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ shortest path(s) between two nodes in a weighted, directed graph.

Graphs are specified as an array of edges, each with a cost. The example below is
an undirected graph (i.e. if D→E is 9, then E→D is also 9.), because it is easy to
understand and easy to draw. However, the algorithm works equally well for undirected
understand and easy to draw. However, the algorithm works equally well for directed
graphs, where links can be one-way only or have different costs in each direction.
```
D---9---E
Expand Down

0 comments on commit fc0d090

Please sign in to comment.