Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code to check if graph is bipartite #25

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

anishsofat
Copy link

No description provided.

@Biswajitghosh98
Copy link
Member

Isn't it the same as #23 ? @anishsofat

@anishsofat
Copy link
Author

I think you had allotted bipartite graph in 2 different issues. I didn't know that anyone else was working on it. @Biswajitghosh98

@anishsofat
Copy link
Author

#7 and #9 both have bipartite. @Biswajitghosh98

@Biswajitghosh98
Copy link
Member

@anishsofat I'm so sorry, that was a mistake from our end.
However, let's not let it go to waste. Convert the PR into a draft PR and refactor it into maximum bipartite matching.
The problem statement would then be converted to :
We are given a bipartite graph, output a subset of nodes and edges which return the maximum 1 to 1 matching.

@anishsofat
Copy link
Author

Great. Working on it. @Biswajitghosh98

@Biswajitghosh98
Copy link
Member

@anishsofat On a side note, there are specific algorithms you might want to have a look at, rather then brute force.

@yashrsharma44
Copy link
Member

Hi @anishsofat , any updates?

@anishsofat
Copy link
Author

Hi, @yashrsharma44. I will try to submit it by tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants