Back to Question

Subsets

Question Explain

Given an integer array `nums` of unique elements, return all possible subsets (the power set). Use a backtracking or iterative approach.

Start Trying This Question Simulation

Click "Start Speaking" and answer the question naturally.