Content deleted Content added
mNo edit summary Tags: Reverted Visual edit |
m Reverted 1 edit by Termeh Tizravesh (talk) to last revision by EvilxFish |
||
Line 10:
==Size and depth==
A Boolean circuit with <math>n</math> input [[bit]]s is a [[directed acyclic graph]] in which every node (usually called ''gates'' in this context) is either an input node of [[in-degree]] 0 labelled by one of the <math>n</math> input bits
There are two major notions of circuit complexity<ref name="Sipser_1997"/> The '''circuit-size complexity''' of a Boolean function <math>f</math> is the minimal size of any circuit computing <math>f</math>. The '''circuit-depth complexity''' of a Boolean function <math>f</math> is the minimal depth of any circuit computing <math>f</math>.
|