/FindLeavesOfBinaryTree-Leetcode-366

:question: An algorithm that uses a DFS traversal to find the leaves of a binary tree recursively.

Primary LanguageJavaScript

FindLeavesOfBinaryTree-Leetcode-366

Leetcode Quesion 366 (Medium)

Techniques Used in Question: DFS

Link to Question