Reputation: 309
I know what a connected graph is - "A graph is connected when there is a path between every pair of vertices". But I am skeptical about how to define a connected bipartite graph. Is the following correct? "When every vertex in the first subset has a edge with every vertex in the second subset"
Please comment. Need help!
Upvotes: 1
Views: 7358
Reputation: 3405
Connected bipartite graph is a graph fulfilling both, following conditions:
Is the following correct? "When every vertex in the first subset has a edge with every vertex in the second subset"
No it't not:
o----o
/
/
/
o----o
This is a connected bipartite graph and it's not fulfilling Your definition.
Upvotes: 2