Computer Science > Data Structures and Algorithms
[Submitted on 9 Aug 2021 (v1), last revised 3 Dec 2024 (this version, v3)]
Title:A Polynomial-Time Deterministic Algorithm for An NP-Complete Problem
View PDF HTML (experimental)Abstract:An NP-complete graph decision problem, the "Multi-stage graph Simple Path" (abbr. MSP) problem, is introduced. The problem is about the decision of existence of specific "global paths" in a graph $G$. We show that the MSP problem can be solved in polynomial ($O(|E|^9)$) time, by proposing a poly-time graph algorithm and the proof of its correctness. Our result implies NP$=$P, and hence no chance is left for NP$\neq$P any more. The algorithm exploits the data structure of reachable-path edge-set $R(e)$. By establishing the inter-play between preceding decisions and subsequent decisions, the computed (in a monotonically decreasing manner) information for $R(e)$ carries all necessary contextual information, and can be utilized to summarize the "history" and to detect the "future" for searching "global paths". Paths are always regarded as a collection of edge sets, for the avoidance of exponential complexity. Our proof of the algorithm builds upon a mathematical inductive proving framework, which relies on a crucial structural property of the MSP problem: all MSP instances are arranged into the sequence {$G_0,G_1,G_2,...$}, and each $G_{j}(j>0)$ in the sequence must have some $G_{i}(0\leq i<j)$ that keeps completely accordant with $G_{j}$ on the existence of "global paths".
Submission history
From: Xinwen Jiang [view email][v1] Mon, 9 Aug 2021 08:55:48 UTC (728 KB)
[v2] Fri, 28 Jul 2023 05:25:42 UTC (5,010 KB)
[v3] Tue, 3 Dec 2024 00:28:06 UTC (4,832 KB)
References & Citations
Bibliographic and Citation Tools
Bibliographic Explorer (What is the Explorer?)
Connected Papers (What is Connected Papers?)
Litmaps (What is Litmaps?)
scite Smart Citations (What are Smart Citations?)
Code, Data and Media Associated with this Article
alphaXiv (What is alphaXiv?)
CatalyzeX Code Finder for Papers (What is CatalyzeX?)
DagsHub (What is DagsHub?)
Gotit.pub (What is GotitPub?)
Hugging Face (What is Huggingface?)
Papers with Code (What is Papers with Code?)
ScienceCast (What is ScienceCast?)
Demos
Recommenders and Search Tools
Influence Flower (What are Influence Flowers?)
CORE Recommender (What is CORE?)
arXivLabs: experimental projects with community collaborators
arXivLabs is a framework that allows collaborators to develop and share new arXiv features directly on our website.
Both individuals and organizations that work with arXivLabs have embraced and accepted our values of openness, community, excellence, and user data privacy. arXiv is committed to these values and only works with partners that adhere to them.
Have an idea for a project that will add value for arXiv's community? Learn more about arXivLabs.