Example
Read a tiny graph adjacency list in node order.
highlighted = computed this step
Step 1 — Nodes
Set up the exact small combinatorics values.
nodes(A, B, C, D, E)
Step 2 — Adjacency
Compute the highlighted combinatorics value.
adjacency((A, (B, C)), (B, (A, C, D)), (C, (A, B, D, E)), (D, (B, C, E)), (E, (C, D)))
combinatorics-search
Every row is intentionally ordered and pinned to the lesson specification.