DP on Trees and Graphs: Tree DP and Graph DP April 7, 2026 14 min read Apply dynamic programming to tree and graph structures using DFS-based state propagation for optimal subtree and path calculations. #dynamic-programming #tree-dp #graph-dp #algorithms #dfs #dsa