Content deleted Content added
m →Definition: sp |
|||
Line 2:
==Definition==
The type of algorithms considered in the definition of evasive Boolean function are [[decision tree]]s in which each internal node tests the value of one of the given Boolean variables, and branches accordingly. Each leaf node of the tree specifies the value of the function for inputs that reach that node. The worst case [[decision tree complexity]] of a given decision tree is the number of variables examined on the longest root-to-leaf path of the tree. Every <math>n</math>-variable function has a decision tree algorithm that examines exactly <math>n</math> variables on all inputs, using a decision tree in which all nodes at level <math>i</math> test the <math>i</math>th
== Examples ==
|