zhedahht / CodingInterviewChinese2

《剑指Offer:名企面试官精讲典型编程面试题》第二版源代码
Other
5.32k stars 2.17k forks source link

面试题34 错误 #17

Closed chejdj closed 6 years ago

chejdj commented 6 years ago

page 185 求路径和,返回上一层的时候,currentSum忘记减去pop出的那个节点的值

lyhcloud commented 6 years ago

代码中是值传递,不是引用传递,所以不需要减去pop出的那个节点