Add Two Numbers

#2
Medium
Linked List
O(max(m, n))
O(max(m, n))
Amazon
Google
Meta
View on LeetCode

Problem Description

Add two numbers represented as linked lists in reverse order.