LeetCode 39: Combination Sum — Step-by-Step Visual Trace
Medium — Backtracking | Array | Recursion
The Problem
Find all unique combinations of candidates where the candidate numbers sum to target, where each number may be used multiple times.
Approach
Uses backtracking to explore all possible combinations ...
blog.tracelit.dev1 min read