Source: wikibot/subgraph-isomorphism-problem

= Subgraph isomorphism problem
{wiki=Subgraph_isomorphism_problem}

The Subgraph Isomorphism Problem is a well-known problem in computer science and graph theory. It revolves around the challenge of determining whether a particular graph \\( H \\) (the "pattern" or "subgraph") is isomorphic to a subgraph of another graph \\( G \\). \#\#\# Definitions 1.