Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

This solution determine if a given graph is isomorphic.

Notifications You must be signed in to change notification settings

ivangalbans/graph-isomorphism

Repository files navigation

Graph isomorphism

Description

Two graphs G1(N1,E1) and G2(N2,E2) are isomorphic if there is a bijection f: N1 -> N2 such that for any nodes X,Y of N1, X and Y are adjacent if and only if f(X) and f(Y) are adjacent.

Write a predicate that determines whether two graphs are isomorphic.

Colaboraciones

Create an issue o send a pull request

Autores

Iván Galbán Smith ivan.galban.smith@gmail.com

Raydel E. Alonso Baryolo raydelalonsobaryolo@gmail.com

4th year Computer Science students, University of Havana

About

This solution determine if a given graph is isomorphic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published