Given an integer write a function that converts the input into a linkedList where each node corresponds to a number of the integer. Eg: 25697 == 2 -> 5 -> 6 -> 9 -> 7 Then write a function that takes 2 linkedList, add the corresponding integers and return a third list with the result.
Anonymous
The is a blog discussing how to add two numbers in two lists, with the following link: http://codercareer.blogspot.com/2013/02/no-40-add-on-lists.html
Check out your Company Bowl for anonymous work chats.