clique (506B)
1 # Clique 2 3 https://en.wikipedia.org/wiki/Clique_(graph_theory) 4 5 [graph_complete] as [subgraph] of a [graph]. Cf [clique_problem] 6 7 - [clique_listing] 8 - [triangle_listing] 9 - [clique_counting] 10 11 [zero_clique] / [negative_clique] 12 13 clique on [hypergraph]: [hyperclique] 14 15 - [planted_clique] "planted clique": problem of distinguishing a [graph] with a hidden clique from a random graph 16 17 Up: [graph] 18 19 See also: [cliquewidth], [fine_grained_complexity], [treewidth], [graph_minor], [graph_complete], [hyperclique]