weaver
weaver copied to clipboard
add a node program which can find out all possible paths
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.