C++ Coding Exercise – Sum of Left Leaves (BFS + DFS + Recursion) July 27, 2018 algorithms, BFS, c / c++, data structure, DFS No Comments Find the sum of all left leaves in a given binary tree. There are two left leaves in the binary tree, with values 9 and 15 respectively. Return 24. … [Continue Reading...]