In this video, we'll be solving Leetcode Problem #2: Add Two Numbers. This is a relatively straightforward problem where we want to add two linked lists together and return their result.
This problem follows the same solution template as the problem for adding two strings together except there is a little bit more intricacy in that we are dealing with LinkedLists here.