Pergunta de entrevista da empresa Salesforce

Given a binary search tree and a sum, write a function that returns all paths such that all nodes in that path add up to the supplied sum.

Resposta da entrevista

Sigiloso

8 de out. de 2016

Leetcode - recursive binary tree

7