this post was submitted on 13 Mar 2024
7 points (88.9% liked)
Ask Math Problems
82 readers
1 users here now
founded 8 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I would think a good way is to find an ordering of nodes. If you can order the nodes of any graph in a repeatable way depending only on the graphs shape, then the ordered form of V1 and V2 should be identical, and ordering E1 and E2 by their nodes would also yield identical lists, if and only if the graphs are isomorphic.
An easy start would be ordering by number of connections, but this of course is in no way sufficient.