Topic: Linked List Problem / Level: beginner

Problem: Implement a function to add two numbers represented by linked lists (digits stored in reverse order).

Run the code to see the output here...