subgrafen
In graph theory, a subgraph of a graph G=(V,E) is a graph H=(V_H,E_H) where V_H ⊆ V and E_H ⊆ E, and each edge in E_H has both endpoints in V_H. In Dutch, the term is subgraf and the plural subgrafen; the English term is subgraph.
Common types include induced subgraphs (E_H consists of all edges of E with both endpoints in V_H),
Example: Let G have vertices {a,b,c,d} and edges {ab, bc, cd, da}. A subgraph H with V_H={a,b,c}
Subgraph relations enable local analysis of a graph. Subgraph isomorphism asks whether a smaller graph H can
Applications of subgraphs span several disciplines. They appear in network analysis to study local connectivity, in