1,149 views
1 votes
1 votes
A graph with n vertices and 0 edges.can this graph be called as Bipartite ? i mean can we simply partition the n vertices into two sets of vertices such that there is no edge within the set as well there is no edge between the two sets and say it as a Bipartite graph ?

2 Answers

Best answer
7 votes
7 votes

The answer is YES. A bipartite graph with no edges is known as the trivial bipartite graph

P.S. I asked this same question, into my classroom into IIT. I asked him that, is it possible that vertex set and edge set can be empty?

First, he laughs, then he said, We can not make vertex set empty otherwise, there will not be any graph, and yes we can make edge set empty and that will be called trivial bipartite graph. 

selected by
0 votes
0 votes
No, see the meaning of bipartite graph .Here the division of vertices is possible but there is no way to reach from one vertex to another. Not only the set should be disjoint but there should be a way to connect one disjoint set to another.More ever the resultant graph should be two colorable.

Related questions

0 votes
0 votes
0 answers
1
0 votes
0 votes
0 answers
2
Pavan Kumar Munnam asked May 12, 2017
390 views
algorithm to find more than one path between any two vertices of a graph G=(V,E) , with a complexity of O(VE) ?
3 votes
3 votes
3 answers
3
Vicky rix asked Apr 7, 2017
1,437 views
A graph consists of only one vertex,which is isolated ..Is that graphA) a complete graph ???B) a clique???C) connected graph ???Please explain your answer ...
0 votes
0 votes
1 answer
4