Groups
Category
Rerooting (a.k.a. 换根 DP) computes a per-node answer as if each node were the root, in total O(n) time on trees.
DP on trees is a technique that computes answers for each node by combining results from its children using a post-order DFS.