Skip to content

Commit e3433df

Browse files
authored
Merge pull request #37 from lonelydev/leetcode/linkedlist/sumtwonumbers
Update README
2 parents 2367e29 + 81a0588 commit e3433df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

SumTwoNumbers/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You may assume the two numbers do not contain any leading zero, except the numbe
66

77
Example:
88

9-
Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
10-
Output: 7 -> 0 -> 8
11-
Explanation: 342 + 465 = 807.
9+
Input: (2 -> 4 -> 3) + (5 -> 6 -> 4)
10+
Output: 7 -> 0 -> 8
11+
Explanation: 342 + 465 = 807.
1212

0 commit comments

Comments
 (0)