dexterpuru / leetcode_java

Archive for Leetcode solutions in Java
Creative Commons Zero v1.0 Universal
4 stars 15 forks source link

added solution and README.md for 'Add Two Numbers' problem #15

Closed YourAKShaw closed 3 years ago

YourAKShaw commented 3 years ago

Closes #13

dexterpuru commented 3 years ago

Awesome work, keep it up!!

dexterpuru commented 3 years ago

please add the question in list_of_question.txt file also.

YourAKShaw commented 3 years ago

Sure.

dexterpuru commented 3 years ago

One more thing this is appreciated in open source, whenever your code is merged in main branch, like what happened in this PR, you should delete the branch from your fork. (It is not necessary, but its one of those good practices).

YourAKShaw commented 3 years ago

Sure. Thanks.