Skip to content

Program that takes two graphs as input and returns whether there is an isomorphism function that matches them (whether they're equivalent). The Data Structure was built from the ground up (no single library for modeling graphs was used). Full algorithm implementation was made on C++.

Notifications You must be signed in to change notification settings

josealvarez97/Graph-Isomorphism-Project

Repository files navigation

Graph-Isomorphism-Project

To understand what is going on here, please check out the detailed documentation - which is in Spanish, though. But it's very good documentation (at least check out the diagrams and pictures of the Technical Manual 😉).

About

Program that takes two graphs as input and returns whether there is an isomorphism function that matches them (whether they're equivalent). The Data Structure was built from the ground up (no single library for modeling graphs was used). Full algorithm implementation was made on C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages