Day 2 of Competitive Programming Coding Question
Given two non empty Linked List with non negative numbers, and numbers are stored in reverse order having single digit. Add the two list and return the result as a linked list.
https://www.prodevelopertutorial.com/given-two-non-empty-linked-list-with-non-negative-numbers-and-numbers-are-stored-in-reverse-order-having-single-digit-add-the-two-list-and-return-the-result-as-a-linked-list/












