From 90c4900ccad085cf0f83dbfcdced88fe57253b74 Mon Sep 17 00:00:00 2001 From: Rubin Bhandari Date: Thu, 15 Oct 2020 16:39:00 +0545 Subject: [PATCH] Update createPurmutations.js --- String/createPurmutations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/String/createPurmutations.js b/String/createPurmutations.js index 8f3bc708b..1b3cbb06a 100644 --- a/String/createPurmutations.js +++ b/String/createPurmutations.js @@ -2,7 +2,7 @@ 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. The word "permutation" also refers to the act or process of changing the linear order of an ordered set More at : https://en.wikipedia.org/wiki/Permutation -/* +*/ const createPermutations = (str) => { // convert string to array