Combination Sum at Snapchat
Medium76.1% acceptance
This problem has 87.5% frequency at Snapchat.
Problem Description
Given an array of **distinct** integers `candidates` and a target integer `target`, return _a list of all**unique combinations** of _`candidates` _where the chosen numbers sum to_`target` _._ You may return the combinations in **any order**. The **same** number may be chosen from `candidates` an **...
Read full problem and hints