Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Permutations/Zkl/permutations.zkl
Normal file
8
Task/Permutations/Zkl/permutations.zkl
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
zkl: Utils.Helpers.permute("rose").apply("concat")
|
||||
L("rose","roes","reos","eros","erso","reso","rseo","rsoe","sroe","sreo",...)
|
||||
|
||||
zkl: Utils.Helpers.permute("rose").len()
|
||||
24
|
||||
|
||||
zkl: Utils.Helpers.permute(T(1,2,3,4))
|
||||
L(L(1,2,3,4),L(1,2,4,3),L(1,4,2,3),L(4,1,2,3),L(4,1,3,2),L(1,4,3,2),L(1,3,4,2),L(1,3,2,4),...)
|
||||
Loading…
Add table
Add a link
Reference in a new issue