Problem description: https://leetcode.com/problems/add-two-numbers/#/description

Programming language used: Python

Time complexity: O(max(l1,l2))

※ l1 means length of ListNode1

My solution:

Any suggestion will be appreciated

相关文章