Question d’entretien chez Meta

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.

Réponse à la question d'entretien

Utilisateur anonyme

14 oct. 2017

Use DFS