Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bwestergard/isomorphism
Find subgraph isomorphisms with Ullman's 1976 algorithm.
https://github.com/bwestergard/isomorphism
directed-graph graph isomorphism subgraph ullman
Last synced: about 2 months ago
JSON representation
Find subgraph isomorphisms with Ullman's 1976 algorithm.
- Host: GitHub
- URL: https://github.com/bwestergard/isomorphism
- Owner: bwestergard
- License: mit
- Created: 2017-02-28T20:43:18.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T19:23:37.000Z (over 7 years ago)
- Last Synced: 2024-04-14T19:22:03.510Z (9 months ago)
- Topics: directed-graph, graph, isomorphism, subgraph, ullman
- Language: JavaScript
- Size: 38.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# isomorphism
Find subgraph isomorphisms with Ullman's 1976 algorithm.