The sliding tile puzzle, roots to polynomials, and $\textbf{P}$ vs. $\textbf{NP}$ complexity
Roy Burson

TL;DR
This paper investigates the relationship between solution space structure and time complexity in solving NP problems, using the sliding tile puzzle and root finding as case studies to understand verification versus discovery times.
Contribution
It introduces a novel perspective on how the structure of solution spaces influences the complexity of solving NP-complete problems, emphasizing the importance of navigation and characterization.
Findings
Verification time is often smaller than solution discovery time.
Solution space structure impacts algorithm efficiency.
Understanding solution space can inform complexity bounds.
Abstract
This work explores the relationship between solution space and time complexity in the context of the vs. problem, particularly through the lens of the sliding tile puzzle and root finding algorithms. We focus on the trade-off between finding a solution and verifying it, highlighting how understanding the structure of the solution space can inform the complexity of these problems. By examining the relationship between the number of possible configurations and the time complexity required to traverse this space we demonstrate that the minimal time to verify a solution is often smaller than the time required to discover it. Our results suggest that the efficiency of solving -complete problems is not only determined by the ability to find solutions but also by how effectively we can navigate and characterize the solution space. This study contributes…
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
TopicsDNA and Biological Computing · Cellular Automata and Applications · Computability, Logic, AI Algorithms
