Graph Isomorphism > What kind of Graph is this?
- by oodavid
Essentially, this is a variation of Comparing Two Tree Structures, however I do not have "trees", but rather another type of graph.
I need to know what kind of Graph I have in order to figure out if there's a Graph Isomorphism Special Case...
As you can see, they are:
Not Directed
Not A Tree
Cyclic
Max 4 connections
But I still don't know the correct terminology, nor the which Isomorphism algorithm to pursue, guidance appreciated.