reshown by
258 views
0 votes
0 votes
A graph is said to be 2 colorable if each vertex can be colored either red or blue and no two vertices of the same color are connected by an edge.If some graph is not 2 colorable then we can reduce it to become  2 colorable by removing some edges.we are given simple graph with 101 nodes and k is the minimum number of edges that we have to delete in order to make this graph 2 colorable

(ex ;- k=0 if graph is already 2 colorable)

the minimum value of k to reach the worst case is ______?
reshown by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
0 answers
1
Gate Fever asked Jan 8, 2019
485 views
Assume G is a connected planar graph that has 12 vertices and 17 regions.all interior regions are bounded by a cycle of length 3(ie 3 edge).find the number of edges bound...
0 votes
0 votes
0 answers
2
Gate Fever asked Jan 8, 2019
229 views
consider a simple graph G with k components.If each component has n1,n2,.....nk vertices,then the maximum number of edges in G is
0 votes
0 votes
0 answers
3
Gate Fever asked Jan 8, 2019
346 views
Let G be a graph with 100 vertices numbered from 1 to 100. Two vertices i and j are adjacent if $\left | i-j \right |=8 $ or $\left | i-j \right |=12$the number of conn...
0 votes
0 votes
0 answers
4