Skip to content

Commit 993acdc

Browse files
authored
Update README.md
1 parent 2314786 commit 993acdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Solutions/AddTwoNumbers/C/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# My approach
22

3-
- I will create a new list to store the digits, and
3+
- Will create a new list to store the digits, and
44
traverse both input lists until both are fully processed.
5-
At the end, I check if the resulting number has more digits than the longer input number, and add the remaining digit if necessary.
5+
At the end, check if the resulting number has more digits than the longer input number, and add the remaining digit if necessary.

0 commit comments

Comments
 (0)