Skip to content

Commit

Permalink
Update addTwoNumbers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azl397985856 authored Mar 30, 2018
1 parent 420e798 commit 7d4c579
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addTwoNumbers.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 题目地址
https://leetcode.com/problems/add-two-numbers/description/

## 题目描述
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a linked list.

Expand Down

0 comments on commit 7d4c579

Please sign in to comment.