819 views
0 votes
0 votes

 The number of colors needed to edge color a simple graph with maximum degree Δ is?

Is this there in portion?

3 Answers

Best answer
1 votes
1 votes
edge colouring can be anything between maximum degree or maximum degree -1 depending on the instance of the graph/.
selected by
1 votes
1 votes
Hi I would like to explain this :)

This question is related to Graph Colouring . In Graph colouring , No adjacent nodes ( 2 nodes connected by a edges ) must not have some colour . So here if they say when a degree of a node ( say A ) is n , it mean A is attached to n nodes by an edges .

Say if a degree of a node B is 3 then it is adjacent to node D E F ( D E f may or may not be adjacent . But that is not our concern for now ) by an edge connecting them . So we know that no 2 adjacent nodes will have single colour .

so if i give node b =red colour Node D = blue colur node E = balck Node F = purple So if you see for since node b  has degree 3 . To do proper graph colouring technique , we need have 4 colours so that no adjacent nodes have same colour .

So by stating above example I can conclude that in general if a node has a degree n , then it adajcent to n nodes . And so for a proper graph colouring you need to colour with n+1 colours .

I hope it help you :)

Related questions

1 votes
1 votes
1 answer
2
0 votes
0 votes
1 answer
3
sailokesh1225 asked Sep 16, 2018
1,026 views
find the number of regions in a connected simple graph with 20 vertices each with a degree of 3 ?