Skip to content

Commit 90c4900

Browse files
authored
Update createPurmutations.js
1 parent a0750f3 commit 90c4900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

String/createPurmutations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
a permutation of a set is, loosely speaking, an arrangement of its members into a sequence or linear order, or if the set is already ordered, a rearrangement of its elements.
33
The word "permutation" also refers to the act or process of changing the linear order of an ordered set
44
More at : https://en.wikipedia.org/wiki/Permutation
5-
/*
5+
*/
66

77
const createPermutations = (str) => {
88
// convert string to array

0 commit comments

Comments
 (0)