Academia.edu no longer supports Internet Explorer.
To browse Academia.edu and the wider internet faster and more securely, please take a few seconds to upgrade your browser.
2011, The Mathematica Journal
Determining whether Hamiltonian cycles exist in graphs is an NP-complete problem, so it is no wonder that the Combinatorica function HamiltonianCycle is slow for large graphs. Theorems by Dirac, Ore, Pósa, and Chvátal provide sufficient conditions that are easy to check for the existence of such cycles. This article provides Mathematica programs for those conditions, thus extending the capability of HamiltonianQ, which only tests the biconnectivity-a simple necessary condition-of a given graph. We also investigate experimentally the limiting behavior of whether the conditions are fulfilled for large random graphs. The phenomenon seen is proved as a theorem, closely related to earlier results by Karp and Pósa. ‡ Introduction
Random Structures & Algorithms, 2016
We introduce a new setting of algorithmic problems in random graphs, studying the minimum number of queries one needs to ask about the adjacency between pairs of vertices of in order to typically find a subgraph possessing a given target property. We show that if , then one can find a Hamilton cycle with high probability after exposing edges. Our result is tight in both p and the number of exposed edges. © 2016 Wiley Periodicals, Inc. Random Struct. Alg., 49, 635–668, 2016
Random Structures & Algorithms, 2014
We describe an algorithm for finding Hamilton cycles in random graphs. Our model is the random graph G = G δ≥3 n,m . In this model G is drawn uniformly from graphs with vertex set [n], m edges and minimum degree at least three. We focus on the case where m = cn for constant c. If c is sufficiently large then our algorithm runs in O(n 1+o(1) ) time and succeeds w.h.p. * Research supported in part by NSF Grant CCF2013110 algorithm that reduces this to n 1.5+o(1) for sufficiently large c. The main aim of this paper is to construct an almost linear time algorithm for this model. Theorem 1.1. If c is sufficiently large then our algorithm finds a Hamilton cycle in G δ≥3 n,m , m = cn, and runs in O(n 1+o(1) ) time and succeeds w.h.p.
ArXiv, 2018
It is known for some time that a random graph $G(n,p)$ contains w.h.p. a Hamiltonian cycle if $p$ is larger than the critical value $p_{crit}= (\log n + \log \log n + \omega_n)/n$. The determination of a concrete Hamiltonian cycle is even for values much larger than $p_{crit}$ a nontrivial task. In this paper we consider random graphs $G(n,p)$ with $p$ in $\tilde{\Omega}(1/\sqrt{n})$, where $\tilde{\Omega}$ hides poly-logarithmic factors in $n$. For this range of $p$ we present a distributed algorithm ${\cal A}_{HC}$ that finds w.h.p. a Hamiltonian cycle in $O(\log n)$ rounds. The algorithm works in the synchronous model and uses messages of size $O(\log n)$ and $O(\log n)$ memory per node.
Combinatorial and Algorithmic Aspects of Networking (Proc. CAAN 2004), 2004
In this paper, we present a distributed algorithm to find Hamiltonian cycles in G(n, p) graphs. The algorithm works in a synchronous distributed setting. It finds a Hamiltonian cycle in G(n, p) with high probability when $p = \omega(\sqrt{\log n}/n^{1/4})$, and terminates in linear worst-case number of pulses, and in expected $O(n^{3/4+\epsilon})$ pulses. The algorithm requires, in each node of the network, only O(n) space and O(n) internal instructions.
arXiv: Data Structures and Algorithms, 2018
We present fast and efficient randomized distributed algorithms to find Hamiltonian cycles in random graphs. In particular, we present a randomized distributed algorithm for the G(n, p) random graph model, with number of nodes n and p = c ln n n δ (for any constant 0 < δ ≤ 1 and for a suitably large constant c > 0), that finds a Hamiltonian cycle with high probability inÕ(n δ) rounds. 1 Our algorithm works in the (synchronous) CONGEST model (i.e., only O(log n)sized messages are communicated per edge per round) and its computational cost per node is sublinear (in n) per round and is fully-distributed (each node uses only o(n) memory and all nodes' computations are essentially balanced). Our algorithm improves over the previous best known result in terms of both the running time as well as the edge sparsity of the graphs where it can succeed; in particular, the denser the random graph, the smaller is the running time.
Europhys. Lett Phys Rev E
We analyze the problem of discovering long cycles inside a graph. We propose and test two algorithms for this task. The first one is based on recent advances in statistical mechanics and relies on a message passing procedure. The second follows a more standard Monte Carlo Markov Chain strategy. Special attention is devoted to Hamiltonian cycles of (non-regular) random graphs of minimal connectivity equal to three.
European Journal of Combinatorics, 2006
For a graph G the random n-lift of G is obtained by replacing each of its vertices by a set of n vertices, and joining a pair of sets by a random matching whenever the corresponding vertices of G are adjacent. We show that asymptotically almost surely the random lift of a graph G is hamiltonian, provided G has the minimum degree at least 5 and contains two disjoint Hamiltonian cycles whose union is not a bipartite graph.
1997
We present a randomized algorithm that computes a simple cycle of length k in general graphs, where k is a xed integer, in O(maxfm; n logng) expected time. This algorithm can be derandomized with only a small loss in e ciency, yielding a deterministic algorithm for this task which runs in O(maxfm log n; n log ng) worst-case time. We show that the randomized algorithm may be parallelized. These algorithms improve upon previous results of many authors. Furthermore, we answer the question of AYZ 94], whether deciding if a given graph contains a triangle is as di cult as boolean multiplication of two n by n matrices, in the negative.
Operations Research Letters, 2006
We construct an exact algorithm for the Hamiltonian cycle problem in planar graphs with worst case time complexity O(c √ n ), where c is some fixed constant that does not depend on the instance. Furthermore, we show that under the exponential time hypothesis, the time complexity cannot be improved to O(c o( √ n) ).
This paper has a random polynomial time algorithm for finding Hamilton Cycle. As Hamilton Cycle problem is a strong NP complete problem and there is no polynomial time algorithm has been developed till now with proof. I have tried to prove it theoretically.
SIAM Journal on Discrete Mathematics, 2013
We prove that the number of Hamilton cycles in the random graph G(n, p) is n!p n (1 + o(1)) n a.a.s., provided that p ≥ ln n+ln ln n+ω n . Furthermore, we prove the hitting-time version of this statement, showing that in the random graph process, the edge that creates a graph of minimum degree 2 creates ln n e n (1+o(1)) n Hamilton cycles a.a.s.
Proceedings of the fifth annual ACM symposium on Parallel algorithms and architectures - SPAA '93, 1993
We give tight bounds on the parallel complexity of some problems involving random graphs. Speci cally, w e show that a Hamiltonian cycle, a breadth rst spanning tree, and a maximal matching can all be constructed in log n expected time using n= log n processors on the CRCW PRAM. This is a substantial improvement o ver the best previous algorithms, which required log log n 2 time and n log 2 n processors. We then introduce a technique which allows us to prove that constructing an edge cover of a random graph from its adjacency matrix requires log n expected time on a CRCW PRAM with On processors. Constructing an edge cover is implicit in constructing a spanning tree, a Hamiltonian cycle, and a maximal matching, so this lower bound holds for all these problems, showing that our algorithms are optimal. This new lower bound technique is one of the very few lower bound techniques known which apply to randomized CRCW PRAM algorithms, and it provides the rst nontrivial parallel lower bounds for these problems.
2000
We consider the problem of finding long paths and cycles in Hamiltonian graphs. The focus of our work is on sparse graphs, e.g., cubic graphs, that satisfy some property known to hold for Hamiltonian graphs, e.g., k-cyclability. We first consider the problem of finding long cycles in 3-connected cubic graphs whose edges have weights wi _> 0. We find cycles of weight at least (~ w~) ~ for a = log~ 3. Based on this result, we develop an algorithm for finding a cycle of length at least m 0°g3 2)/2 in 5-cyclable graphs with vertices of degree at most 3. We then consider 3-cyelable graphs with vertices of degree at most 3, and show how to find a cycle of length at least 2~. We consider the graph property of 1-toughness that is common to Hamiltonian graphs and 3-connected cubic graphs, and try to determine if 1toughness implies the existence of long cycles. We show that 2-connectivity and 1-toughness, for constant degree graphs, may give cycles that are only of logarithmic length. However, we exhibit a class of 3-connected 1-tough graphs with degrees up to 6 where we can find cycles of length at least ml°ga 2/2. 1 * E-maih t omas@t heory, stanford, edu.
The Electronic Journal of Combinatorics, 2015
We show how to adjust a very nice coupling argument due to McDiarmid in order to prove/reprove in a novel way results concerning Hamilton cycles in various models of random graph and hypergraphs. In particular, we firstly show that for $k\geq 3$, if $pn^{k-1}/\log n$ tends to infinity, then a random $k$-uniform hypergraph on $n$ vertices, with edge probability $p$, with high probability (w.h.p.) contains a loose Hamilton cycle, provided that $(k-1)|n$. This generalizes results of Frieze, Dudek and Frieze, and reproves a result of Dudek, Frieze, Loh and Speiss. Secondly, we show that there exists $K>0$ such for every $p\geq (K\log n)/n$ the following holds: Let $G_{n,p}$ be a random graph on $n$ vertices with edge probability $p$, and suppose that its edges are being colored with $n$ colors uniformly at random. Then, w.h.p. the resulting graph contains a Hamilton cycle with for which all the colors appear (a rainbow Hamilton cycle). Bal and Frieze proved the latter statement for g...
SpringerPlus, 2016
The Hamiltonian cycle (HC) problem has many applications such as time scheduling, the choice of travel routes and network topology . Therefore, resolving the HC is an important problem in graph theory and computer science as well . It is known to be in the class of NP-complete problems and consequently, determining if a graph is Hamiltonian, using the current algorithms, if it has a high time complexity. The difficulty of finding HC increases exponentially with the problem size. Also, there is an algorithm for solving the HC problem with polynomial expected running time . A Hamiltonian path is a path in an undirected graph that visits each vertex exactly once. A Hamiltonian cycle is the cycle that visits each vertex once. A Hamiltonian graph is a graph that has a Hamiltonian cycle . Due to their similarities, the problem of an HC is usually compared with Euler's problem, but solving them is very different. There exists a very elegant, necessary and sufficient condition for a graph to have Euler Cycles. Also, literature presents many solutions that generate efficient algorithms for finding Euler Cycles. Unfortunately, there is a lack of solutions for the Hamilton problem. In addition to the author' knowledge, there is no research indicating a necessary and sufficient condition for a graph to have a HC. Some of the theorems provide finding sufficient conditions for a graph to be Hamiltonian
Commentarii Mathematici Helvetici, 1969
Computing Research Repository, 2000
We give polynomial-time algorithms for obtaining hamilton circuits in random graphs, G, and random directed graphs, D. If n is finite, we assume that G or D contains a hamilton circuit. If G is an arbitrary graph containing a hamilton circuit, we conjecture that Algorithm G always obtains a hamilton circuit in polynomial time.
international symposium on algorithms and computation, 2016
We present a matching and LP based heuristic algorithm that decides graph non-Hamiltonicity. Each of the n! Hamilton cycles in a complete directed graph on n + 1 vertices corresponds with each of the n! n-permutation matrices P , such that p u,i = 1 if and only if the i th arc in a cycle enters vertex u, starting and ending at vertex n + 1. A graph instance (G) is initially coded as exclusion set E, whose members are pairs of components of P , {p u,i , p v,i+1 }, i = 1, n − 1, for each arc (u, v) not in G. For each {p u,i , p v,i+1 } ∈ E, the set of P satisfying p u,i = p v,i+1 = 1 correspond with a set of cycles not in G. Accounting for all arcs not in G, E codes precisely the set of cycles not in G. A doubly stochastic-like O(n 4) formulation of the Hamilton cycle decision problem is then constructed. Each {p u,i , p v,j } is coded as variable q u,i,v,j such that the set of integer extrema is the set of all permutations. We model G by setting each q u,i,v,j = 0 in correspondence with each {p u,i , p v,j } ∈ E such that for non-Hamiltonian G, integer solutions cannot exist. We then recognize non-Hamiltonicity by iteratively deducing additional q u,i,v,j that can be set zero and expanding E until the formulation becomes infeasible, in which case we recognize that no integer solutions exists i.e. G is decided non-Hamiltonian. The algorithm first chooses any {p u,i , p v,j } ∈ E and sets q u,i,v,j = 1. As a relaxed LP, if the formulation is infeasible, we deduce q u,i,v,j = 0 and {p u,i , p v,j } can be added to E. Then we choose another {p u,i , p v,j } ∈ E and start over. Otherwise, as a subset of matching problems together with a subset of necessary conditions, if q u,i,v,j cannot participate in a match, we deduce q u,i,v,j = 0 and {p u,i , p v,j } can be added E. We again choose another {p u,i , p v,j } ∈ E and start over. Otherwise q u,i,v,j is undecided, and we exhaustively test all {p u,i , p v,j } ∈ E. If E becomes the set of all {p u,i , p v,j }, G is decided non-Hamiltonian. Otherwise G is undecided. We call this the Weak Closure Algorithm. Only non-Hamiltonian G share this maximal property. Over 100 non-Hamiltonian graphs (10 through 104 vertices) and 2000 randomized 31 vertex non-Hamiltonian graphs are tested and correctly decided non-Hamiltonian. For Hamiltonian G, the complement of E provides information about covers of matchings, perhaps useful in searching for cycles. We also present an example where the WCA fails to deduce any integral value for any q u,i,v,j i.e. G is undecided.
Random Structures & Algorithms, 2018
We prove packing and counting theorems for arbitrarily oriented Hamilton cycles in (n, p) for nearly optimal p (up to a factor). In particular, we show that given t = (1 − o(1))np Hamilton cycles C1,…,Ct, each of which is oriented arbitrarily, a digraph ∼(n, p) w.h.p. contains edge disjoint copies of C1,…,Ct, provided . We also show that given an arbitrarily oriented n‐vertex cycle C, a random digraph ∼(n, p) w.h.p. contains (1 ± o(1))n!pn copies of C, provided .
SIAM Journal on Discrete Mathematics, 2007
We show for an arbitrary ℓp norm that the property that a random geometric graph G(n, r) contains a Hamiltonian cycle exhibits a sharp threshold at r = r(n) = log n αp n , where αp is the area of the unit disk in the ℓp norm. The proof is constructive and yields a linear time algorithm for finding a Hamiltonian cycle of G(n, r) a.a.s., provided r = r(n) ≥ log n (αp−ǫ)n for some fixed ǫ > 0.
Loading Preview
Sorry, preview is currently unavailable. You can download the paper by clicking the button above.