Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 281 Bytes

Add Two Numbers

Attempts:

# Time Complexity Space Complexity Description Submission
1 O(n) O(n) Convert linked lists to number, sum, then convert back to linked list !! Didn't pass all test case :( -