...

/

Challenge: All Permutations of an Integer List

Challenge: All Permutations of an Integer List

Let’s generate all permutations of an integer array using recusion.

Problem

Given an integer array, generate all permutations of the integer array.

Input

An integer array. ...