Example
List all ordered arrangements of three objects.
highlighted = computed this step
Step 1 — Items
Set up the exact small combinatorics values.
items(A, B, C)
Step 2 — Permutation
Compute the highlighted combinatorics value.
permutation(A, B, C)
Step 3 — Permutation
Compute the highlighted combinatorics value.
permutation(A, C, B)
Step 4 — Permutation
Compute the highlighted combinatorics value.
permutation(B, A, C)
Step 5 — Permutation
Compute the highlighted combinatorics value.
permutation(B, C, A)
Step 6 — Permutation
Compute the highlighted combinatorics value.
permutation(C, A, B)
Step 7 — Permutation
Compute the highlighted combinatorics value.
permutation(C, B, A)
combinatorics-search
Every row is intentionally ordered and pinned to the lesson specification.