Meta Interview Question

Given a binary tree containing integer data and an integer S, find a path from root to node who's data values add up to S.

Interview Answer

Anonymous

Oct 14, 2017

Use DFS