Given a big multiway tree A
and a small multiway tree B
, how can we know if B
is a sub-structue of A
?
how to know if the given multiway tree is the sub structure of another multiway tree
21 Views Asked by irasin At
1
Given a big multiway tree A
and a small multiway tree B
, how can we know if B
is a sub-structue of A
?
Finally, I found a python package
networkx
which can solve my problem