python - How to compare directed graphs in Networkx? -


i have 2 directed networkx graphs equal number of nodes , edges.

enter image description here how compare structure of these 2 different graphs in networkx? node names don't matter. tried use networkx digraph.order(), digraph.degree() etc. information graph structure parameters of graphs equal.

and how compare structures of more 2 graphs , find graphs unique structure. there special function in networkx?


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -