Tree Upshot
You are given a tree with $N$ nodes rooted at node $1$, and your task is to color each node of the tree either white or black. For each $i$ ($1 \leq i \leq N$), let $w_i$ be the number of white nodes that occurs in a simple path from the root node to $i^{th}$ node and $b_i$ be the number of black nodes that occurs in a simple path from the root node to $i^{th}$ node. The cost of a node $i$ is defi
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start