We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 722884d + da0ee87 commit 7067951Copy full SHA for 7067951
Backtracking/GeneratePermutations.js
@@ -1,5 +1,5 @@
1
/*
2
- * Problem Statement: Generate all distinct permutations of a an array (all permutations should be in sorted order);
+ * Problem Statement: Generate all distinct permutations of an array (all permutations should be in sorted order);
3
*
4
* What is permutations?
5
* - Permutation means possible arrangements in a set (here it is an array);
0 commit comments