JavaScript is disabled for your browser. Some features of this site may not work without it.
Finding a Maximum Clique

Author
Tarjan, Robert Endre
Abstract
An algorithm for finding a maximum clique in an arbitrary graph is described. The algorithm has a worst-case time bound of $k(1.286)^{n}$ for some constant $k$, where $n$ is the number of vertices in the graph. Within a fixed time, the algorithm can analyze a graph with 2 3/4 as many vertices as the largest graph which the obvious algorithm (examining all subsets of vertices) can analyze. Keywords: Algorithm, Clique, Graph, Independent Set.
Date Issued
1972-03Publisher
Cornell University
Subject
computer science; technical report
Previously Published As
http://techreports.library.cornell.edu:8081/Dienst/UI/1.0/Display/cul.cs/TR72-123
Type
technical report