ZigRazor / ZigRazor/CXXGraph

Add Dinic's Algorithm

Open
#238 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

  • #422 by @Saj18 — closed without merging
core development enhancement good first issue hacktoberfest
Dominant language
C++
Stars
729
Forks
147
Avg merge
19h
Merged PRs (30d)
1

Description

Please add Dinic's Algorithm for computing the maximum flow.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing closed pull request #422 and the surrounding issue discussion to understand whether an implementation was attempted and what remains. Then inspect the graph-algorithm entry points and existing maximum-flow code, if any. Done means Dinic's Algorithm is integrated into the C++ library and its maximum-flow behavior is covered by appropriate tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.