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
23 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
networkxwhich can solve my problem