Polynomial time algorithm for finding the chromatic sum of a tree.

186 Views Asked by At

As the title goes, a polynomial time algorithm for finding the chromatic sum of a tree is required.

NOTE:

Finding the chromatic sum of a graph is also called the sum coloring problem - The sum coloring problem asks to find a vertex coloring of a given graph G, using natural numbers, such that the total sum of the colors is minimized.

1

There are 1 best solutions below

0
On