Write a program that, given an undirected graph, tells if we can paint all vertices with only two colors, in such a way that no two neighboring vertices have the same color.
Input consists of several cases, each with the number of vertices and the number of edges , followed by pairs indicating an edge between and . Suppose , , that vertices are numbered from 0 to , , and that there is no more than one edge between any pair .
For every case, print “yes” if the graph is
two-colorable, and “no” otherwise.
Author: Unknown
Translator: Salvador Roura
Generation: 2026-01-25T10:36:55.210Z
© Jutge.org, 2006–2026.
https://jutge.org