Skip to main content

Tree Evaluation Problem

Definition

The tree evaluation problem involves computing the output of a function represented as a computation tree, where nodes represent operations and leaves are inputs. In cryptographic contexts, particularly zero-knowledge proofs, this problem relates to efficiently verifying computations structured as hierarchical data. Proving the correct evaluation of such a tree is a fundamental task in constructing verifiable computation schemes. Efficient solutions are vital for complex programs.