Combination Sum at Airbnb

Medium76.1% acceptance

This problem has 75.0% frequency at Airbnb.

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

Topics

Also asked at 29 companies


More Airbnb Questions

View all Airbnb questions