anamey / site_comments

0 stars 0 forks source link

Leetcode 2 Add Two Numbers | Hayley's Blog #2

Open anamey opened 3 years ago

anamey commented 3 years ago

https://yangyishi56.github.io/2020/11/05/Leetcode-2-Add-Two-Numbers/

You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the two numbers and return

anamey commented 3 years ago

test1