Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LeetCode - Add Two Numbers · DavidChan's Blog #3

Open
imchenway opened this issue Dec 3, 2019 · 0 comments
Open

LeetCode - Add Two Numbers · DavidChan's Blog #3

imchenway opened this issue Dec 3, 2019 · 0 comments

Comments

@imchenway
Copy link
Owner

https://imchenway.com/2019/12/03/LeetCode%20-%20Add%20Two%20Numbers/

本文目录#

题目描述
题外话

哑结点

题目描述#

两数相加:
给出两个非空的链表用来表示两个非负的整数。其中,它们各自的位数是按照逆序的方式存储的,并且它们的每个节点只能存储一位数字。
如果,我们将这两个数相加起来,则会返回一个新的链表来表示它们的和。
您可以假设除了数字 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant