Skip to content

Conversation

@BryanCruz
Copy link
Owner

@BryanCruz BryanCruz commented Nov 10, 2024

Dinic's (or Dinitz's) algorithm.

  • Computes the maximum flow of a weighted directed graph.
  • Creates a module inside algo to group maximum_flow algorithms.

Algorithm Reference: https://en.wikipedia.org/wiki/Dinic%27s_algorithm

Implementation heavily inspired by implemented Ford Fulkerson in crate.

@BryanCruz BryanCruz marked this pull request as ready for review November 10, 2024 15:30
@BryanCruz BryanCruz merged commit d81fc6d into master Feb 17, 2025
6 checks passed
@BryanCruz BryanCruz deleted the bryan-maximum-flow branch February 17, 2025 04:07
BryanCruz added a commit that referenced this pull request Feb 17, 2025
This was referenced Apr 13, 2025
BryanCruz added a commit that referenced this pull request Jun 24, 2025
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