I've put some research in on the topic of graph isomorphism for planar 3-connected graphs, but there are an abundance of algorithms of different restriction, theoretical complexity, and frequency of use and I am having trouble finding one that stands out as:
- Easy to understand
- Can be implemented with maximum clarity
- Good practical performance on small graphs (up to vertices in the dozens)
It's hard to know without understanding the different algorithms myself whether I'm better off with one of the older, more-specialized algorithms for this problem or the newer, more-general ones. Among all possible candidates, which one is/ones are the best fit?