DIY: Permutations

Solve the interview question "Permutations" in this lesson.

Problem statement

Given an array nums of unique integers, you will return all the possible permutations. You can return the ...