登录
注册
写文章
首页
下载APP
会员
IT技术
2. Add Two Numbers
装正经的正经人
关注
赞赏支持
2. Add Two Numbers
两个链表求相加后的一条链表
Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
Output: 7 -> 0 -> 8
Explanation: 342 + 465 = 807.
最后编辑于 :
2018.02.03 19:25:14
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
推荐阅读
更多精彩内容
2. Add Two Numbers - LeetCode
LeetCode Problems Solutions question description:问题描述 You...
037e3257fa3b
阅读 223
评论 0
赞 0
Leetcode 2: Add Two Numbers
题目出处 来自于leetcode 题目描述 You are given two linked lists repr...
yarving
阅读 454
评论 0
赞 2
LeetCode题解2:Add two numbers
Add two numbers问题:给定2个用链表(Linked List)表示的10进制非负整数,求它们的和。 ...
沙札罕
阅读 3,049
评论 0
赞 1
零基础python刷leetcode -- 2. Add Two Numbers
算法很重要,但是每天也需要学学python,于是就想用python刷leetcode 的算法题,和我一起开始零基础...
三也视界
阅读 13,866
评论 2
赞 7
2. Add Two Numbers
1.原题 You are given two non-empty linked lists representin...
陌儿的百科全书
阅读 202
评论 0
赞 2
赞
1赞
赞赏
手机看全文