Generate all subsets of [1,2,3] using backtracking.
[1,2,3]
Backtracking: At each step, choose to include or exclude the current element.