码迷,mamicode.com
首页 > 其他好文 > 详细

404. Sum of Left Leaves 404.左叶总和

时间:2020-05-24 11:27:13      阅读:52      评论:0      收藏:0      [点我收藏+]

标签:value   values   binary   计算   font   spec   特质   tree   size   

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

Example:

    3
   /   9  20
    /     15   7

There are two left leaves in the binary tree, with values 9 and 15 respectively. Return 24.

不是计算么,怎么变成recursive。好吧,还是在外面,还是算DC,就是直接拿来计算了。计算题直接拿来计算就行了
“最左边”这个特质就是左边无、右边也无了。好吧,不说我还真看不出来。

都要加到sum上去才行

404. Sum of Left Leaves 404.左叶总和

标签:value   values   binary   计算   font   spec   特质   tree   size   

原文地址:https://www.cnblogs.com/immiao0319/p/12949015.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!