Skip to content

emtiaz-ahmed/BipartiteCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

This program checks whether a given graph is bipartite or not. This is an implementation of a distributed algorithm.

Implementation tools: Python and MPI


Input: Given an undirected graph G.
Output: check whether the graph is bipartite or not. If the graph is not bipartite then it returns why this graph is not bipartite. It also shows the running time of the program for different number of machines. 

Running command:
mpiexec -n <# machines> python bipartite.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages