Correct explanation

This commit is contained in:
Owen Troke-Billard 2024-09-16 14:03:15 -06:00
parent 37f875a733
commit f9a8516ecc
1 changed files with 2 additions and 2 deletions

View File

@ -41,8 +41,8 @@ the following image.
### Induced subgraph isomorphism ### Induced subgraph isomorphism
An induced subgraph isomorphism is the same as a subgraph isomorphism except that the subgraph must be induced, meaning An induced subgraph isomorphism is the same as a subgraph isomorphism except that the subgraph must be induced. Edges in
the query and data graphs must have the same edges. the data subgraph must also exist in the query graph.
![induced-subgraph-isomorphism.svg](/images/induced-subgraph-isomorphism.svg) ![induced-subgraph-isomorphism.svg](/images/induced-subgraph-isomorphism.svg)