-Give a method for constructing a tree T and ordering of its vertices so that when T's vertices are properly colored in the order specified, using a greedy algorithm, at least Delta(T) colors are used.
"I know that a tree is a graph that any two vertices are connected by one vertex, I also know that they can be colored in a minimum of 2 colors. That is about it"
Thank you.
"I know that a tree is a graph that any two vertices are connected by one vertex, I also know that they can be colored in a minimum of 2 colors. That is about it"
Thank you.