Algorithm Problems in Java Linked List Add two numbers: Given 2 non empty linked lists representing two non-negative integers. The digits are stored in reverse order, and each of their nodes contains a single digit. Add the 2 numbers and return the sum as a linked list.