LeetCode 2: Add Two Numbers — Step-by-Step Visual Trace
Medium — Linked List | Math | Simulation
The Problem
Given two non-empty linked lists representing two non-negative integers stored in reverse order, add the two numbers and return the sum as a linked list.
Approach
Traverse both linked lists simulta...
blog.tracelit.dev1 min read