Topic: Backtracking Problem / Level: beginner

Problem: Find all unique subsets of a given array of integers, including duplicates in the input array while avoiding duplicate subsets.

Run the code to see the output here...