Practice Problem
Add Two Numbers
Difficulty: Medium
Given two non-empty linked lists representing two non-negative integers in reverse order, add the two numbers and return the sum as a linked list.
Practice Problem
Difficulty: Medium
Given two non-empty linked lists representing two non-negative integers in reverse order, add the two numbers and return the sum as a linked list.