Find all combinations of a given set of items by adding and removing items and backtracking to explore all possibilities.
Explain code with DocComment! Try out your own code!