Discuss about a bipartite graph


Discuss the below problem:

Q: A graph is outerplanar if it can be embedded in the plane so that every vertex lies on the boundary of the exterior region.

A graph G is outerplanar iff G + K_1 is planar.

Note:A bipartite graph (i.e., a set of graph vertices decomposed into two disjoint sets such that no two graph vertices within the same set are adjacent) such that every pair of graph vertices in the two sets are adjacent. If there are p and q graph vertices in the two sets, the complete bipartite graph (sometimes also called a complete bigraph) is denoted K_p,q.

K_1 is the complete 1-graph
K_3,3 is the complete bipartite graph with 3 vertices in each disjoint vertex set.

Also:In graph theory, a planar graph is a graph that can be drawn so that no edges intersect (or that can be embedded) in the plane. A nonplanar graph cannot be drawn in the plane without edge intersections.
from:

https://en.wikipedia.org/wiki/Planar_graph

 

Solution Preview :

Prepared by a verified Expert
Engineering Mathematics: Discuss about a bipartite graph
Reference No:- TGS01930564

Now Priced at $20 (50% Discount)

Recommended (92%)

Rated (4.4/5)