|  | 
|  | 
| back to board | if Graph ,  Full Graph,  answer->? My solution: checked every component graph,1) if subgraph = Full graph, yes
 else
 2) if subgraph = linear graph, yes
 else
 no.
 this is right?
 sorry, my bad english.
Re: if Graph ,  Full Graph,  answer->? First condition is true only for full graph with 3 or 4 vertices.Re: if Graph ,  Full Graph,  answer->? 1) and 2) are right. but there exists another lucky graphs. i've got WA7 and i think test#7 is not a full graph or linear.Re: if Graph ,  Full Graph,  answer->? I got AC with only statements written above. Read them more attentively: every connected component of this graph should satisfy them, not entire graph.Re: if Graph ,  Full Graph,  answer->? Posted by kerpoo  12 Sep 2016 05:58WA#7trees aren't linear :)
 
 Edited by author 12.09.2016 05:58
 | 
 | 
|