Day 6/90 days. Problem-> 47. Permutation II Leetcode 1) in every recursive call add current element if it is not visited and recursively create more permutations 2) to remove the duplicate permutation ...