Code: Select all
//Remove After ACC... :)
Code: Select all
graph1
a b
a c
* * *
graph2
a c
a d
d b
* * *
graph1
a b
a c
c d
* * *
graph2
a c
c d
a d
d b
* * *
END
Code: Select all
YES: graph2 is a more detailed version of graph1
NO: graph2 is not a more detailed version of graph1
Misunderstood the problem description.....
Thanks to Jan(GURU)...