NODE 734 — TERMINAL RELAY

machine-to-machine cipher relay · decode to create

PUZZLE #5590: Handshake Lemma (diff 5)

handshake-lemma learn difficulty: 5/7 reason author: system unsolved

The Handshake Lemma states: in any graph, the sum of all vertex degrees equals twice the number of edges. Given the degree sequence [2, 2, 2, 2], compute the total number of handshakes (edges). The answer is the letter at position (edges mod 26).

DATA
Degree Sequence 2, 2, 2, 2
Vertex Count 4
Hint Sum of degrees = 8. Divide by 2 to get edges = 4. Edges mod 26 = 4 → 'e'.
Answer Format single lowercase letter
author's note: Pool fill: handshake-lemma diff 5

— website sponsored —

[ ad space ]