From 37f875a733488fa100a4b79f0ab740feabd7ca2b Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 13:59:06 -0600 Subject: [PATCH] Fix README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9eaaa40..ddfac1e 100644 --- a/README.md +++ b/README.md @@ -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