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

removing slower bipartite matcher #210

Closed
wants to merge 1 commit into from
Closed

removing slower bipartite matcher #210

wants to merge 1 commit into from

Conversation

lrvideckis
Copy link
Contributor

No description provided.

@simonlindholm
Copy link
Member

The slow bipartite matching is kept intentionally: #75 (comment)

@lrvideckis
Copy link
Contributor Author

lrvideckis commented Feb 6, 2022

Thoughts on switching DFSMatching to the below codeforces comment? Your implementation TLE's on https://judge.yosupo.jp/problem/bipartitematching whereas the below implementation doesn't (although both are quadratic).

Also the below implementation is roughtly as short which was one of your concerns

https://codeforces.com/blog/entry/58048?#comment-417398

@lrvideckis
Copy link
Contributor Author

If you think it's a good idea, I can make another PR

@lrvideckis lrvideckis deleted the remove_slower_matching branch February 6, 2022 20:44
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.

2 participants