Strongly chordal graph

ID: strongly-chordal-graph

A **strongly chordal graph** is a specific type of graph that combines properties of both chordal graphs and certain restrictions on the structure of its cliques. 1. **Chordal Graph**: A graph is defined as chordal (or "circular" or "perfectly triangulated") if every cycle of four or more vertices has a chord. A chord is an edge that is not part of the cycle but connects two vertices of the cycle.

New to topics? Read the docs here!