Open titomiguelcosta opened 8 years ago
determine all possible paths between two vertices?
PRs are welcome, I suppose :-)
Perhaps the following could be a good start for an implementation:
@clue in the end, I followed this tutorial and ended up implementing a neat solution using a recursive sql query, something i wasn't even aware it existed
I followed this tutorial and ended up implementing a neat solution using a recursive sql query
Nice find :+1: Perhaps you feel like sharing your results in case anybody else stumbles upon this ticket? :)
@clue Sure. Check the source code on my repository and feel free to play with it on the project page. You can create new graphs using an xml document, check out the example. And query the graph for all graphs or just the shortest one using json, one example here. Any feedback is more than welcome.
Is there a way to determine all possible paths between two vertices?