Lukas' Notes

Clique

Mar 14, 20261 min read

graph-theory

Definition

Clique

A clique of a graph G=(V,E) is a set of vertices H⊆V such that:

∀u,v∈H:(u,v)∈E

Intuitively, a clique is a complete subgraph: every pair of vertices is adjacent.


Graph View

Backlinks

  • Clique Problem
  • Independent Set Problem

Created with Quartz v4.4.0 © 2026

  • GitHub