Two numbers are given in the form of linked list (with each node storing one digit). Write an algorithm which will compute the sum of these two linked lists. The result should be a linked list as below: Solution: If you don’t want to read, you can watch the video below: The problem is because […]
Published on September 04, 2018 12:59