mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-07-09 05:35:45 +08:00
Fix a typo (#1453)
This commit is contained in:

committed by
GitHub

parent
342382932d
commit
da0ee876db
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* 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);
|
||||||
*
|
*
|
||||||
* What is permutations?
|
* What is permutations?
|
||||||
* - Permutation means possible arrangements in a set (here it is an array);
|
* - Permutation means possible arrangements in a set (here it is an array);
|
||||||
|
Reference in New Issue
Block a user