You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Treating each node as a number inserted in reverse order (the number 617 would have a singly linked list 7, 1, 6) add the sum of 2 lists. Next try to add the numbers if it is inserted in the forward order (617 -> 6, 1, 7)