billryan / algorithm-exercise

Data Structure and Algorithm notes. 数据结构与算法/leetcode/lintcode题解/
https://algorithm.yuanbin.me
3.44k stars 892 forks source link

Update add_two_numbers.md #35

Closed wenjie1070116 closed 8 years ago

wenjie1070116 commented 8 years ago

python code 中 prev.next = ListNode(carry) 改成 ListNode(val)

Shaunwei commented 8 years ago

good catch!

billryan commented 8 years ago

@wenjie1070116 Thanks. :+1: