Level/ODD Number of Signals

From Turing Complete
Revision as of 20:54, 28 October 2023 by Gelthor (talk | contribs) (Gelthor moved page Turing Complete/ODD Number of Signals to Level/ODD Number of Signals without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This level asks you to create a circuit that outputs On if an odd number of inputs are On. And there is a restriction of only three components.

This level is a common task in communication: computing parity. And the solution is a tree of xor gates.