Fix README.md

This commit is contained in:
Owen Troke-Billard 2024-09-16 13:59:06 -06:00
parent aaa05843a6
commit 37f875a733
1 changed files with 2 additions and 2 deletions

View File

@ -39,11 +39,11 @@ the following image.
![subgraph-isomorphism.svg](/images/subgraph-isomorphism.svg)
### Induced subgraph isomorphism
An induced subgraph isomorphism is the same as a subgraph isomorphism except that the subgraph must be induced, meaning
the query and data graphs must have the same edges.
### Induced subgraph isomorphism
![induced-subgraph-isomorphism.svg](/images/induced-subgraph-isomorphism.svg)
# Remaining work