Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 169 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 169 Bytes

144.Sum of Left Leaves

Description

Find the sum of all left leaves in a given binary tree.

From

LeetCode