Skip to content

Conversation

@gowtham1412-p
Copy link

@gowtham1412-p gowtham1412-p commented Nov 25, 2025

  • 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

@codecov-commenter
Copy link

codecov-commenter commented Nov 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.55%. Comparing base (1c6026e) to head (ba5139d).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7120      +/-   ##
============================================
+ Coverage     78.50%   78.55%   +0.05%     
- Complexity     6752     6772      +20     
============================================
  Files           759      760       +1     
  Lines         22402    22446      +44     
  Branches       4400     4413      +13     
============================================
+ Hits          17587    17633      +46     
+ Misses         4109     4108       -1     
+ Partials        706      705       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

gowtham1412-p and others added 5 commits November 25, 2025 22:31
- Fixed all 30 Checkstyle violations
- Removed wildcard imports
- Removed all trailing whitespace
- Added newline at end of files
- Added comprehensive test suite with 11 test cases
- Tests cover: basic DAG, complex DAG, cycles, self-loops, disconnected graphs, edge cases
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