Skip to content

add a node program which can find out all possible paths#3

Open
Determinant wants to merge 1 commit intodubey:masterfrom
Determinant:discover-all-paths
Open

add a node program which can find out all possible paths#3
Determinant wants to merge 1 commit intodubey:masterfrom
Determinant:discover-all-paths

Conversation

@Determinant
Copy link
Copy Markdown
Contributor

The existingdiscover_paths implementation will ignore some paths in the result. This implementation, though has higher time complexity (exponential) , can find out all the paths, and uses some typical functionalities of the framework (e.g. define new data type that is local to a node). Thus, it can be a good demonstration of implementing a node program.

`discover_paths` implementation will ignore some paths in the result)
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

Successfully merging this pull request may close these issues.

1 participant