Skip to content

Commit

Permalink
Add ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud Gelas committed Oct 21, 2011
1 parent d66c2d7 commit b9a48c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ReadMe.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The package contains the implementation of Yen's algorithm for top-k shortest paths in a directed weighted graph.

Note that:
1. It's implemented in CPP. (The version is 2)
2. The source code is compiled under visual studio 2008 c/c++ compiler.
3. Compared with previous versions, version 2 does not require Boost library any longer.
4. Main() function explains how to use the implentation.

0 comments on commit b9a48c3

Please sign in to comment.