My professor gave us the following explanation for the recursive algorithm for finding the permutations of a set of numbers:
When he has (T(m+1), n-1)) where does that come from? Why is it m+1 and n-1? I'm really confused as to where that comes from.