Skip to content

issue:#5342 resolved by @Bisha18 #5413

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

Conversation

Bisha18
Copy link

@Bisha18 Bisha18 commented Aug 27, 2024

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@alxkm
Copy link
Contributor

alxkm commented Aug 27, 2024

Before beginning the code review of the pull request, the build must pass.

And looks like the this algorithm already exists in "com.thealgorithms.dynamicprogramming.FordFulkerson". Or your implementation is another one?

@Bisha18
Copy link
Author

Bisha18 commented Aug 28, 2024

Before beginning the code review of the pull request, the build must pass.

And looks like the this algorithm already exists in "com.thealgorithms.dynamicprogramming.FordFulkerson". Or your implementation is another one?

No mine is another one it is a basic implementation, though I had took the help of AI for creating the test cases . The code parameters does not satisfy, What should I do now ?

@Bisha18 Bisha18 closed this Aug 28, 2024
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.

3 participants