Skip to content

Conversation

@yosupo06
Copy link
Collaborator

@yosupo06 yosupo06 commented Apr 6, 2023

The time complexity of maxflow is invalid actually.

Because our maxflow accepts multiple edges, we cannot archive $O(n^(2/3)m)$ for unit-capacity graph.

In addition to that, we should promise $O(F(n + m))$ as upper bound.

@yosupo06 yosupo06 merged commit c70fcae into atcoder:master Apr 6, 2023
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.

1 participant