Sum of Left Leaves
Given the root of a binary tree, return the sum of all left leaves. A leaf is a node with no children. A left leaf is a leaf that is the left child of another node.
LeetCode Problem - 404
/**
* Definition for a binary tree node.
* public class Tree...
perfinsights.hashnode.dev1 min read