fkling / fkling/JSNetworkX

Is there an algorithm to return all possible paths to one target?

Open
#77 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
779
Forks
178
PR merge metrics
No merged PRs in 30d

Description

Not really an issue but a question for the team, as I'm having difficulty finding a solution on the documentation.

Currently I only see a way to return one path:
let path = jsnx.shortestPath(G, {source:'schema:Thing',target:'schema:StadiumOrArena'});

is there a way to get all paths to a target without specifying a source?
let path = jsnx.shortestPath(G, {target:'target'});

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.