From f9a8516ecce5ba19bc0b2e20dd0546ed1e7031c8 Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 14:03:15 -0600 Subject: [PATCH] Correct explanation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddfac1e..cd7d030 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ the following image. ### 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. +An induced subgraph isomorphism is the same as a subgraph isomorphism except that the subgraph must be induced. Edges in +the data subgraph must also exist in the query graph. ![induced-subgraph-isomorphism.svg](/images/induced-subgraph-isomorphism.svg)