Emergent chaotic iterations in hard sparse instances of hamiltonian path problem
Cicero A. de Lima

TL;DR
This paper introduces a novel chaotic algorithm for solving the NP-Complete Hamiltonian path problem, demonstrating effectiveness on hard sparse instances with a specific polynomial runtime.
Contribution
The paper presents a new chaotic algorithm tailored for hard sparse Hamiltonian path instances, with analysis of its runtime and behavior.
Findings
Algorithm runs in $O(V^5(V + E))$ for challenging sparse instances.
Chaotic behavior observed in the proposed algorithm.
Effective on FHCP challenge dataset.
Abstract
A hamiltonian path is a path walk P that can be a hamiltonian path or hamiltonian circuit. Determining whether such hamiltonian path exists in a given graph G = (V, E) is a NP-Complete problem. In this paper, a novel algorithm with chaotic behaviour for hamiltonian path problem is proposed. We show that our algorithm runs in for hard sparse instances from FHCP challenge dataset.
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
TopicsGraph Theory and Algorithms · Algorithms and Data Compression · Network Packet Processing and Optimization
