Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenTrokeBillard committed Sep 17, 2024
1 parent b5d0686 commit 782ea18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Graphs can be directed or undirected.

Subgraph matching is the task of finding instances of a query graph within a larger data graph. It is useful when
searching for patterns in a graph structure, such as relationships within a social network. It is a fundamental
problem with applications in pattern recognition, databases, security, and biochemistry.
problem in graph theory with applications in pattern recognition, databases, security, and biochemistry.

# What is subgraph isomorphism?

Expand Down

0 comments on commit 782ea18

Please sign in to comment.