Tree
129. Sum Root to Leaf Numbers
Each root-to-leaf path spells a number, digits top to bottom, and you want them summed. The move that keeps this clean is to build the number on the way down rather than collecting digit lists and…
Loading…
Each root-to-leaf path spells a number, digits top to bottom, and you want them summed. The move that keeps this clean is to build the number on the way down rather than collecting digit lists and…
Loading…