We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3423829 commit da0ee87Copy full SHA for da0ee87
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