Problems / Linked List / Add Two Numbers
#40 Medium Time O(n) Space O(n) Animated

Add Two Numbers

Add two numbers represented as linked lists.

LeetCode ↗
Approach: Math with Carry
Click play to start
Step 0 / 0
Press play to start the visualization.

Steps