We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 3423829 commit 3d20a06Copy full SHA for 3d20a06
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