Hierarchical Exponential Search Via K-Spines
Published: Oct 26, 2025
Last Updated: Oct 28, 2025
Authors:Bob Dong
Abstract
We introduce the concept of a k-spine of a tree. A k-spine is essentially a path in the tree whose removal leaves only "less-bushy" components of a smaller pathwidth. Using a k-spine as a central guide, we introduce an O(klog dist) exponential search algorithm on a tree by searching mainly along the spine to narrow down the target's vicinity and then recursively handling the smaller components.