Polynomial-Time Almost Log-Space Tree Evaluation by Catalytic Pebbling
Abstract
The Tree Evaluation Problem () is a computational problem originally proposed as a candidate to prove a separation between complexity classes and . Recently, this problem has gained significant attention after Cook and Mertz (STOC 2024) showed that can be solved using bits of space. Their algorithm, despite getting very close to showing , 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 . For any , our algorithm solves in time while using space. Furthermore, our algorithm has the additional property that it requires only 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.
Cite
@article{arxiv.2604.02606,
title = {Polynomial-Time Almost Log-Space Tree Evaluation by Catalytic Pebbling},
author = {Vahid R. Asadi and Richard Cleve},
journal= {arXiv preprint arXiv:2604.02606},
year = {2026}
}
Comments
The authors are withdrawing this paper due to an error in the calculation of the polynomial degree for each subtree. As a result, the proposed algorithm does not achieve polynomial time complexity as originally claimed. The authors intend to revise the manuscript upon further investigation