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: 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-20T19:23:37.000Z (over 7 years ago)
- Last Synced: 2025-03-25T22:36:22.649Z (3 months ago)
- Topics: directed-graph, graph, isomorphism, subgraph, ullman
- Language: JavaScript
- Size: 38.1 KB
- Stars: 3
- Watchers: 0
- 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.