30(April) Add two numbers represented by linked lists
30. Add Two Numbers Represented by Linked Lists
Problem Description
n = 2
num1 = 45 (4->5->null)
m = 3
num2 = 345 (3->4->5->null)3->9->0->nullMy Approach
Time and Auxiliary Space Complexity
Code (C++)
Contribution and Support
📍Visitor Count
Last updated