What is the most efficient way to check if two NetworkX graphs are identical (i.e. the same set of nodes, the same node attributes on each node, the same set of edges and the same edge attributes on each edge)? Suppose we know that two graphs are of the same class.
Thanks for your kind reply.
source share