Level/ODD Number of Signals: Difference between revisions

From Turing Complete
w:c:strategywiki>Henke37
(Initial level page)
(No difference)

Revision as of 12:57, 10 August 2023

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.