Polynomial-Time Almost Log-Space Tree Evaluation by Catalytic Pebbling

Abstract

The Tree Evaluation Problem (TreeEval) is a computational problem originally proposed as a candidate to prove a separation between complexity classes P and L. Recently, this problem has gained significant attention after Cook and Mertz (STOC 2024) showed that TreeEval can be solved using O( n n) bits of space. Their algorithm, despite getting very close to showing TreeEval ∈ L, falls short, and in particular, it does not run in polynomial time. In this work, we present the first polynomial-time, almost logarithmic-space algorithm for TreeEval. For any >0, our algorithm solves TreeEval in time poly(n) while using O(1 +n) space. Furthermore, our algorithm has the additional property that it requires only O( n) bits of free space, and the rest can be catalytic space. Our approach is to trade off some (catalytic) space usage for a reduction in time complexity.

0

Turn this paper into a lesson

ArcXiv compiles a structured reading guide from this paper's metadata: plain-English importance, contributions, prerequisite concepts, which sections to read first, flashcards, and a quiz. Grounded in the abstract, never invented.

Discussion (0)

Sign in to join the discussion.

Loading comments…