September 2017 Update
This commit is contained in:
parent
bba7bfd280
commit
ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions
|
|
@ -0,0 +1,8 @@
|
|||
rns:=T(4, 65, 2, 31, 0, 99, 2, 83, 782, 1);
|
||||
fcn psort(list){ len:=list.len(); cnt:=Ref(0);
|
||||
foreach ns in (Utils.Helpers.permuteW(list)){ // lasy permutations
|
||||
cnt.set(1);
|
||||
ns.reduce('wrap(p,n){ if(p>n)return(Void.Stop); cnt.inc(); n });
|
||||
if(cnt.value==len) return(ns);
|
||||
}
|
||||
}(rns).println();
|
||||
Loading…
Add table
Add a link
Reference in a new issue