Meta interview question

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

Interview Answer

Anonymous

14 Oct 2017

A followup question.