-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Refactor BipartiteGraphDFS.java, add Junit tests #5606
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5606 +/- ##
============================================
+ Coverage 54.87% 55.06% +0.18%
- Complexity 3467 3477 +10
============================================
Files 539 539
Lines 15628 15607 -21
Branches 2969 2965 -4
============================================
+ Hits 8576 8594 +18
+ Misses 6694 6655 -39
Partials 358 358 ☔ View full report in Codecov by Sentry. |
src/main/java/com/thealgorithms/datastructures/graphs/BipartiteGraphDFS.java
Show resolved
Hide resolved
src/main/java/com/thealgorithms/datastructures/graphs/BipartiteGraphDFS.java
Show resolved
Hide resolved
src/main/java/com/thealgorithms/datastructures/graphs/BipartiteGraphDFS.java
Outdated
Show resolved
Hide resolved
src/main/java/com/thealgorithms/datastructures/graphs/BipartiteGraphDFS.java
Outdated
Show resolved
Hide resolved
Implemented the suggested changes. |
After update branch build, there are appeared unused imports https://github.com/TheAlgorithms/Java/actions/runs/11203917148/job/31141698441?pr=5606 |
Oh right, I removed the unused imports now. |
clang-format -i --style=file path/to/your/file.java