Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
TheAlgorithms
/
Python
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
51k
Star
224k
Code
Issues
146
Pull requests
907
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: Add Dinic's Algorithm for Maximum Flow
- #14011
#14011
Closed
VincentArak
wants to merge 12 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
VincentArak:master
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Closed
feat: Add Dinic's Algorithm for Maximum Flow
#14011
VincentArak
wants to merge 12 commits into
TheAlgorithms:master
TheAlgorithms/Python:master
from
VincentArak:master
Copy head branch name to clipboard
Commits
Commits on Dec 15, 2025
add dinic.py in networking_flow folder
VincentArak
committed
02a6878
View commit details
Copy full SHA for 02a6878
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for 12bf6b9
pre-commit-ci[bot]
committed
12bf6b9
View commit details
Copy full SHA for 12bf6b9
Browse repository at this point
add doctest
VincentArak
committed
e85f71a
View commit details
Copy full SHA for e85f71a
Browse repository at this point
add ISAP (Improved Shortest Augmenting Path) Algorithm for Maximum Flow.
VincentArak
committed
45ea549
View commit details
Copy full SHA for 45ea549
Browse repository at this point
Revert "add doctest"
Show description for 8c968b0
VincentArak
committed
8c968b0
View commit details
Copy full SHA for 8c968b0
Browse repository at this point
Revert "add ISAP (Improved Shortest Augmenting Path) Algorithm for Maximum Flow."
Show description for 429506c
VincentArak
committed
429506c
View commit details
Copy full SHA for 429506c
Browse repository at this point
add doctest
VincentArak
committed
4959c4a
View commit details
Copy full SHA for 4959c4a
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for aa7661a
pre-commit-ci[bot]
committed
aa7661a
View commit details
Copy full SHA for aa7661a
Browse repository at this point
Address reviewer feedback: update docstrings and type hints
VincentArak
committed
eb72b1e
View commit details
Copy full SHA for eb72b1e
Browse repository at this point
[pre-commit.ci] auto fixes from pre-commit.com hooks
Show description for e141ee3
pre-commit-ci[bot]
committed
e141ee3
View commit details
Copy full SHA for e141ee3
Browse repository at this point
Commits on Dec 16, 2025
pass the mypy test
VincentArak
committed
a3d9507
View commit details
Copy full SHA for a3d9507
Browse repository at this point
pass the mypy test, and fix the little bug
VincentArak
committed
7b1d5e6
View commit details
Copy full SHA for 7b1d5e6
Browse repository at this point
You can’t perform that action at this time.