Open In App

What is Peterson Graph?

A graph is a data structure that is defined by two components :

Peterson Graph:

The Peterson graph



There is no 3-cycle or 4-cycle in the Peterson Graph.

Peterson graph

Construction



The Peterson graph is made up of the vertices and edges of a Hemi-dodecahedron, which is a dodecahedron with opposite points, lines, and faces identified together.

Generalized Peterson graphs

A family of cubic graphs produced by connecting the vertices of a regular polygon to the equivalent vertices of a star polygon is known as a generalized Peterson graph. The generalized Peterson graphs are denoted by P(n,k).

P(7,1)

If n=7 , k = 7/2 =3 , P(7,1); P(7,2); P(7,3)

Chromatic number of Peterson Graph:

The Graph, as shown in the above figure, is not complete. Furthermore, it has an odd number of edges. As a result, it is not a bipartite graph. 

As the graph has an even number of vertices, the chromatic number of the Petersen graph is 3. 

Chromatic Number=3

Other characteristics:

Example: Prove that Peterson’s graph is not Hamiltonian.

Peterson Graph

Suppose that G is the Petersen graph, and suppose to the contrary that G is hamiltonian. We label the vertices of G with the digits A, B, C, D… J. Let T = {AF, EJ, DI, CH, BG} be the subset of edges of G. Then G − T is disconnected. Thus, any Hamilton cycle of G must contain even edges in T. It is not difficult to see that any cycle containing exactly two edges in T is not hamiltonian.

Article Tags :