Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
how we say two binary graph's are isomorphism?input is a regular exprssion containing union ,concatination,and repition(keleene star) three opreator's with binary number's (0's and 1's)


pls help me
Posted
Updated 19-May-11 2:50am
v2
Comments
Richard MacCutchan 19-May-11 8:50am    
I think you may need to clarify your problem description.
Sergey Alexandrovich Kryukov 19-May-11 15:33pm    
Well, regular expression, etc., sound like a complete gibberish (I don't hope for clarification; I think this is just a mess).
As to isomorphic graphs, please see my answer and the other one.
--SA

In Graph theory :

Two graphs G1 and G2 are isomorphic if there is a one-to-one correspondence between vertices of G1 and those of G2 with the property that if two vertices of G1 are adjacent then so are their images in G2

Isomorphism[^]

Take a look at the above mentioned link.

BR//
Harsha
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 19-May-11 15:32pm    
Basically correct (my 5), but needs generalization for wider class of graphs.
Please see my answer.
--SA
ZeeroC00l 19-May-11 17:27pm    
Yes, you are right. What I gave was just the basic idea of how you define an isomorphism b/w two graphs.
Sergey Alexandrovich Kryukov 20-May-11 23:14pm    
Sure.
--SA
More accurate definition of isomorphism should also take into account colored, directed or weighted graphs. In this way, there should also be a one-to-one correspondence between graph's arcs and their properties with the property that the vertex and its adjacent arcs and its image in other graphs are in the same relationships with adjacent arcs. (I tried to generate the phrase on the fly, sorry if my phrasing is not so accurate).

See also: http://en.wikipedia.org/wiki/Graph_theory[^] and references.

—SA
 
Share this answer
 
Comments
ZeeroC00l 19-May-11 17:28pm    
My +5 for Noting all the points that needs to be accounted for.

--and the phrase formation seems perfectly fine :)
Sergey Alexandrovich Kryukov 20-May-11 23:14pm    
Thank you very much.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900