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 2 | 石锅拌饭 #7

Open
chunchengwei opened this issue Dec 5, 2018 · 0 comments
Open

LeetCode 2 | 石锅拌饭 #7

chunchengwei opened this issue Dec 5, 2018 · 0 comments

Comments

@chunchengwei
Copy link
Owner

https://chunchengwei.github.io/leetcode/leetcode-2/

问题描述:给定两个非空链表代表两个非负整数。数字按逆序存储在每个节点上。求两个数字的和,并按链表的方式返回。
例如:

Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
Output: 7 -

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