FINDING ALL CLIQUES OF AN UNDIRECTED GRAPH [H]
FINDING ALL CLIQUES OF AN UNDIRECTED GRAPH [H]
复制标题
DOI:
10.1145/362342.362367
复制
发表时间:
1973-01-01
影响因子:
22.7
通讯作者:
KERBOSCH, J
中科院分区:
文献类型:
--
作者:
BRON, C;KERBOSCH, J
The first version is a straightforward implementation of the basic algorithm. It is mainly presented to illustrate the method used. This version generates cliques in alphabetic (lexicographic) order. The second version is derived from the first and generates cliques in a rather unpredictable order in an attempt to minimize the number of branches to be traversed. This version tends to produce the larger cliques first and to generate sequentially cliques having a large common intersection. The detailed algorithm for version 2 is presented here.