Tree: Depth-First Search - House Robber III (On Tree)
Given a binary tree where each node holds a non-negative integer representing money in a house, and you cannot rob two houses connected directly by an edge, which technique efficiently computes the maximum amount that can be robbed?
