Mental Model
We add two numbers digit by digit like how we add on paper, carrying over extra when sum is more than 9.
Analogy: Imagine adding two numbers written on paper from right to left, carrying over the tens to the next column.
List1: 2 -> 4 -> 3 -> null List2: 5 -> 6 -> 4 -> null Result: ?
