Jump to content

Permutations: Difference between revisions

→‎Iteration: another typo
m (→‎Functional composition: updated comment line (type signature))
(→‎Iteration: another typo)
Line 2,502:
f = perm(a);
for (d = 0; d < f.length; d++) b.push([e].concat(f[d]));
a.splice(c, 0, e[0])
} return b
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.