Permutations

This chapter shows how one can reason about recursive problems without extensive mathematical knowledge

Finding permutations of a given character or integer array is a common interview problem. Assume we have the following character array of size 4 with no repeating characters, and we need to find out all the permutations of size 4 for the below array.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy