anvaka / ngraph.path

Path finding in a graph
https://anvaka.github.io/ngraph.path.demo/
MIT License
3.04k stars 186 forks source link

is It possible to get more than one path ?? #25

Closed ronakshethia closed 1 year ago

ronakshethia commented 3 years ago

So nba.findpath(source, destination) returns the shortest path nodes array my question is can this return all the other position paths also? so in case if I don't want to take the first shortest path and need to another path?

JeffreyNaval commented 2 years ago

Related to https://github.com/anvaka/ngraph.path/issues/6

anvaka commented 1 year ago

@JeffreyNaval is correct, I'm going to close this in favor of https://github.com/anvaka/ngraph.path/issues/6