From 4cc359aea9fc2f99a2f15e7eca44dedd1b70adae Mon Sep 17 00:00:00 2001 From: Owen Troke-Billard Date: Mon, 16 Sep 2024 13:04:54 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 27ec443..1e0f038 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ It can find [graph isomorphisms](https://en.wikipedia.org/wiki/Graph_isomorphism), [subgraph isomorphisms](https://en.wikipedia.org/wiki/Subgraph_isomorphism_problem), and [induced subgraph isomorphisms](https://en.wikipedia.org/wiki/Induced_subgraph_isomorphism_problem). +Graphs can be directed or undirected. # Features