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

Oct 14, 2017

A followup question.