We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2314786 commit 993acdcCopy full SHA for 993acdc
Solutions/AddTwoNumbers/C/README.md
@@ -1,5 +1,5 @@
1
# My approach
2
3
-- I will create a new list to store the digits, and
+- Will create a new list to store the digits, and
4
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.
+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