Syntax error Finding the line covering number of a graph

Finding the line covering number of a graph



Problem Statement

What is the line covering number for the following graph?

Line Covering Number Example

Solution

Number of vertices = |V| = n = 7

Line covering number = (α1) ≥ ⌈ n / 2 ⌉ = 3

α1 ≥ 3

By using 3 edges, we can cover all the vertices.

Hence, the line covering number is 3.

Updated on: 2019-08-23T07:25:32+05:30

537 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements