DSA Master
Home
Problems
123
Schedule
17 Patterns
Data Structures
PDF Guide
Back to Problems
Mark as Complete
Add Two Numbers
#2
Medium
Linked List
O(max(m, n))
O(max(m, n))
Amazon
Google
Meta
View on LeetCode
Description
Approach
Solution
Related
Problem Description
Add two numbers represented as linked lists in reverse order.