Use this tag for questions related to a Subgraph, a part of a larger graph.
Here is an excise for graph. Given an undirected graph G with n vertices and m edges, and an integer …
algorithm data-structures graph subgraphI'm trying to find tool/algorithm for searching sections that corresponds to specified pattern in oriented graph, e.g.: A-&…
python graph pattern-matching subgraph isomorphismI have an unweighted, connected graph. I want to find a connected subgraph that definitely includes a certain set of …
algorithm graph graph-theory subgraph graph-algorithm