Back to all patterns

Stack / Linked List

1 problems • Practice on LeetCode to earn credits

About This Pattern

Master the Stack / Linked List pattern by practicing these problems organized by difficulty.Focus on the Key Signals - these are the indicators that tell you when to use this pattern.

Medium (1)

Add Two Numbers II

Add two numbers represented by linked lists where digits are stored in normal order (not reversed).

Key Signals:

Reverse order processingStack for reversalCarry handling