scispace - formally typeset
Journal ArticleDOI

Finding a Minimum Circuit in a Graph

Alon Itai, +1 more
- 01 Nov 1978 - 
- Vol. 7, Iss: 4, pp 413-423
Reads0
Chats0
TLDR
Results of Bloniarz, Fisher and Meyer are used to obtain an algorithm with $O(n^2 \log n)$ average behavior, and three methods for finding a triangle in a graph are given.
Abstract
Finding minimum circuits in graphs and digraphs is discussed. An almost minimum circuit is a circuit which may have only one edge more than the minimum. To find an almost minimum circuit an $O(n^2 )$ algorithm is presented. A direct algorithm for finding a minimum circuit has an $O(ne)$ behavior. It is refined to yield an $O(n^2 )$ average time algorithm. An alternative method is to reduce the problem of finding a minimum circuit to that of finding a triangle in an auxiliary graph. Three methods for finding a triangle in a graph are given. The first has an $O(e^{3/2})$ worst case bound ($O(n)$ for planar graphs); the second takes $O(n^{5/3})$ time on the average; the third has an $O(n^{\log 7} )$ worst case behavior. For digraphs, results of Bloniarz, Fisher and Meyer are used to obtain an algorithm with $O(n^2 \log n)$ average behavior.

read more

Citations
More filters
Book

The Algorithm Design Manual

TL;DR: This newly expanded and updated second edition of the best-selling classic continues to take the "mystery" out of designing algorithms, and analyzing their efficacy and efficiency.
Journal ArticleDOI

Color-coding

TL;DR: A novel randomized method, the method of color-coding for finding simple paths and cycles of a specified length k, and other small subgraphs, within a given graph G = (V,E), which can be derandomized using families of perfect hash functions.
Journal ArticleDOI

Finding and counting given length cycles

TL;DR: An assortment of methods for finding and counting simple cycles of a given length in directed and undirected graphs improve upon various previously known results.
Journal ArticleDOI

A new algorithm for optimal 2-constraint satisfaction and its implications

TL;DR: A novel method for exactly solving general constraint satisfaction optimization with at most two variables per constraint with the first exponential improvement over the trivial algorithm, which yields connections between the complexity of some (polynomial time) high-dimensional search problems and some NP-hard problems.
Book

Exact Exponential Algorithms

TL;DR: Discovering surprises in the face of intractability is found to be a challenge in finding solutions to intractable problems.