Time and space complexity of deterministic and nondeterministic decision trees
Mikhail Moshkov

TL;DR
This paper analyzes the complexity of deterministic and nondeterministic decision trees over infinite binary information systems, classifying systems into five classes based on growth patterns of depth and size, and exploring time-space trade-offs.
Contribution
It provides a comprehensive classification of infinite binary information systems based on decision tree complexity and examines associated time-space trade-offs.
Findings
Deterministic decision tree depth grows logarithmically or linearly.
Nondeterministic decision tree depth is bounded or grows linearly.
Number of nodes in decision trees grows polynomially or exponentially.
Abstract
In this paper, we study arbitrary infinite binary information systems each of which consists of an infinite set called universe and an infinite set of two-valued functions (attributes) defined on the universe. We consider the notion of a problem over information system which is described by a finite number of attributes and a mapping corresponding a decision to each tuple of attribute values. As algorithms for problem solving, we use deterministic and nondeterministic decision trees. As time and space complexity, we study the depth and the number of nodes in the decision trees. In the worst case, with the growth of the number of attributes in the problem description, (i) the minimum depth of deterministic decision trees grows either almost as logarithm or linearly, (ii) the minimum depth of nondeterministic decision trees either is bounded from above by a constant or grows linearly,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRough Sets and Fuzzy Logic
