Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Yen's K-Shortest Path #1

Open
AlexRevin opened this issue Feb 3, 2015 · 1 comment
Open

Yen's K-Shortest Path #1

AlexRevin opened this issue Feb 3, 2015 · 1 comment

Comments

@AlexRevin
Copy link

Hello

I would be thankful a lot if you could add Yen's KSP to the Graphs algorithms. In general, it uses Dijkstra to find k-shortest paths and is crucial, when you need to get multiple weighted shortest paths contrary to one shortest path.

There are just a few implementations of it:
https://github.com/Pent00/YenKSP in Python
https://code.google.com/p/k-shortest-paths/ in C++/Java/C#

Having this one implemented would be a radical improvement comparing to other algorithm library implementations.

On another hand, I would be very curious to hear about other implementations, like Eppstein or Lawler

@arnauddri
Copy link
Owner

Thanks for the suggestion, this is clearly something I could add. I'll need to take a closer look at the algorithm to implement it though.

I'll try to work on it this week

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants