Computational Arts MA Workshop, May 2022 (update in 2024).
Iris Colomb & Jérémie Wenger
For more information, pease see the sketches:
- 01.combinatorics.permutations;
- 02.combinatorics.combinations;
- 03.combinatorics.k_combinations;
- 04.combinatorics.reservoirs;
- 05.sestina.
For people interested in recursion, you can have a look at the mechanism of the annotated functions by running:
node test_combinator.js
or:
node test_k_combinator.js
or:
node test_permutator.js