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

14 Oct 2017

Use DFS