首页 > 其他 > 详细

Cracking the Coding Interview Q2.5

时间:2014-07-08 13:34:23      阅读:364      评论:0      收藏:0      [点我收藏+]

You have two numbers represented by a linked list, where each node contains a single digit. The digits are stored in reverse order, such that the 1’s digit is at the head of the list. Write a function that adds the two numbers and returns the sum as a linked list.

 

参考:

http://www.cnblogs.com/jdflyfly/p/3819162.html

Cracking the Coding Interview Q2.5,布布扣,bubuko.com

Cracking the Coding Interview Q2.5

原文:http://www.cnblogs.com/jdflyfly/p/3830693.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!