LL 14 - Add 1 to a Linked List Number
Problem
You are given a linked list where each element in the list is a node and have an integer data. You need to add 1 to the number formed by concatinating all the list node numbers together and return the head of the modified linked list. (link)
...
chetan77.hashnode.dev2 min read