Topic: Dynamic Programming Problem / Level: advanced

Problem: Solve the "Maximum Weight Independent Set in a Tree" problem using dynamic programming on trees.

Run the code to see the output here...