Skip to content

Commit

Permalink
Merge pull request #547 from TefiC/fix-README-Bellman-Ford-link
Browse files Browse the repository at this point in the history
Fix Bellman Ford algorithm link in README
  • Loading branch information
ZoranPandovski authored Oct 23, 2017
2 parents 6bd7501 + c87f5df commit 4ccdb7a
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 @@ -95,7 +95,7 @@ Clean example implementations of data structures and algorithms written in diffe
* [activity selection problem](greedy/activity_selection_problem)
* [knapsack problem](greedy/knapsack_problem)
* [Graphs](graphsearch)
* [bellman ford algorithm](graphsearch/bellman_ford_algorithm)
* [bellman ford algorithm](graphsearch/Bellman_Ford_algorithm)
* [cycle directed graph](graphsearch/cycle_directed_graph)
* [cycle undirected graph](graphsearch/cycle_undirected_graph)
* [graph coloring](graphsearch/graph_coloring)
Expand Down

0 comments on commit 4ccdb7a

Please sign in to comment.