Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b11f798

Browse files
committed
Minor correction in question
1 parent c5071d7 commit b11f798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/main/java/com/leetcode/linkedlists/AddOneToNumberInList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Level: Easy
55
* Problem Link: https://leetcode.com/problems/plus-one-linked-list/
66
* Problem Description: Given a non-empty single linked list representing a number where the head is the
7-
* most significant bit, add one to the number and modify the same linked list.
7+
* most significant bit, add one to the number and return a new linked list.
88
*
99
* @author rampatra
1010
* @since 2019年06月19日

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /