codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 270 forks source link

Add Edmond Karp Algorithm #530

Closed sak-codes closed 1 year ago

sak-codes commented 1 year ago

References to other Issues or PRs or Relevant literature

Fixes #478

Brief description of what is fixed or changed

Other comments

codecov[bot] commented 1 year ago

Codecov Report

Merging #530 (7d1598f) into main (2482adb) will increase coverage by 0.015%. The diff coverage is 100.000%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #530 +/- ## ============================================= + Coverage 98.558% 98.573% +0.015% ============================================= Files 32 32 Lines 4092 4135 +43 ============================================= + Hits 4033 4076 +43 Misses 59 59 ``` | [Impacted Files](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj) | Coverage Δ | | |---|---|---| | [pydatastructs/graphs/\_\_init\_\_.py](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj#diff-cHlkYXRhc3RydWN0cy9ncmFwaHMvX19pbml0X18ucHk=) | `100.000% <ø> (ø)` | | | [pydatastructs/graphs/algorithms.py](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj#diff-cHlkYXRhc3RydWN0cy9ncmFwaHMvYWxnb3JpdGhtcy5weQ==) | `99.549% <100.000%> (+0.048%)` | :arrow_up: | [![Impacted file tree graph](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/530/graphs/tree.svg?width=650&height=150&src=pr&token=mZMqq5ubAu&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)](https://app.codecov.io/gh/codezonediitj/pydatastructs/pull/530?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=codezonediitj)
czgdp1807 commented 1 year ago

The problem is

https://github.com/codezonediitj/pydatastructs/blob/2482adb276055403485266d6d02a1489451c8e76/.github/workflows/ci.yml#L145

Update it to 15 in your branch.