Re: (Probably flawed) Polynomial time Graph Isomorphism
- From: yaoziyuan@xxxxxxxxx
- Date: 24 Sep 2006 01:26:37 -0700
OK. I suggest you also post your experimental algorithm to sci.math and
sci.math.research since it seems there are more serious researchers
there. You could also search for and contact serious computer
scientists such as D.E. Knuth. Also search the literature for relevant
papers. This Google result page has some things that look interesting:
http://www.google.com/search?sourceid=mozclient&ie=utf-8&oe=utf-8&q=%22Graph+Isomorphism%22+Polynomial
Bill Cox wrote:
Hey, Bytecool. Glad to see you keep yourself busy reading Usenet
news. Actually, I use to post frequently back in the late 80-s, and
early 90-s, then I lost access. It's nice to have Google providing it!
I'm a bit zorched today, so I doubt I'll make more progress. However,
I think I'll probably be able to find a counter-example that shows this
hash-based labeling of nodes isn't enough to differentiate asymmetric
nodes. I'm upgrading the code to look for such cases...
There's an equivalent thread in sci.crypt where a couple guys have made
significant progress analyzing this algorithm. It's at:
http://groups.google.com/group/sci.crypt/browse_thread/thread/079227a49dd64623/229f2580fa487470#229f2580fa487470
yaoziyuan@xxxxxxxxx wrote:
Hey Bill, nice to see you here... I'm the BTSlave-likeminded guy on
your Yahoo Messenger... It seems to be your first series of posts on
the Usenet :O
Bill Cox wrote:
I've written a graph isomorphism program that determines if two graphs
are isomorphic. It runs in O(N^3).
Since graph isomorphism is a long studied problem with (AFAIK) no known
polynomial time solution, my algorithm is more than likely flawed. Any
help finding the flaws would be appreciated! The web site is
http://www.billrocks.org/ideas
Thanks!
.
- Follow-Ups:
- Re: (Probably flawed) Polynomial time Graph Isomorphism
- From: Bill Cox
- Re: (Probably flawed) Polynomial time Graph Isomorphism
- References:
- (Probably flawed) Polynomial time Graph Isomorphism
- From: Bill Cox
- Re: (Probably flawed) Polynomial time Graph Isomorphism
- From: yaoziyuan
- Re: (Probably flawed) Polynomial time Graph Isomorphism
- From: Bill Cox
- (Probably flawed) Polynomial time Graph Isomorphism
- Prev by Date: Re: An algorithm with Minimum vertex cover without considering its performance
- Next by Date: Re: (Probably flawed) Polynomial time Graph Isomorphism
- Previous by thread: Re: (Probably flawed) Polynomial time Graph Isomorphism
- Next by thread: Re: (Probably flawed) Polynomial time Graph Isomorphism
- Index(es):
Relevant Pages
|