Skip to content

Commit 76fd22f

Browse files
committed
#203: improve formatting
1 parent 6424d5d commit 76fd22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c-sharp/Problems/linked-list/RemoveLinkedListElements.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Output: []
2121
*
2222
* Constraints:
23-
* • The number of nodes in the list is in the range [0, 104].
23+
* • The number of nodes in the list is in the range [0, 10^4].
2424
* • 1 <= Node.val <= 50
2525
* • 0 <= val <= 50
2626
**

0 commit comments

Comments
 (0)