graph-theory

Definition

Subgraph

A graph is called subgraph of graph if it holds that:

Induced Subgraph

Definition

Induced Subgraph

A subgraph of a graph is called an induced subgraph if it contains all edges from whose start and end nodes are included in . That is, does not need to be explicitly specified but is induced by the specified but is induced by the specification of and .

Link to original