Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j6k4m8 authored Sep 17, 2020
1 parent e7f40f7 commit 6d4c525
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 @@ -4,7 +4,7 @@ Subgraph isomorphism is a resource-heavy (but branch-parallelizable) algorithm t

_Grand-Iso_ is a subgraph isomorphism algorithm that exchanges this resource-limitation for a parallelizable partial-match queue structure.

## Pseudocode for novel "Grand-Iso" algorithm
## Pseudocode for "Grand-Iso" algorithm

```
- Accept a motif M, and a host graph H.
Expand Down

0 comments on commit 6d4c525

Please sign in to comment.