Skip to content

Add/linear equation#7360

Open
arthurfellipe-dev wants to merge 6 commits intoTheAlgorithms:masterfrom
arthurfellipe-dev:add/linear-equation
Open

Add/linear equation#7360
arthurfellipe-dev wants to merge 6 commits intoTheAlgorithms:masterfrom
arthurfellipe-dev:add/linear-equation

Conversation

@arthurfellipe-dev
Copy link
Copy Markdown

@arthurfellipe-dev arthurfellipe-dev commented Apr 2, 2026

  • 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 algorithms include a corresponding test class that validates their functionality.
  • All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.40%. Comparing base (9729e56) to head (44e1262).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #7360      +/-   ##
============================================
+ Coverage     79.39%   79.40%   +0.01%     
- Complexity     7092     7096       +4     
============================================
  Files           792      793       +1     
  Lines         23226    23229       +3     
  Branches       4568     4568              
============================================
+ Hits          18441    18446       +5     
  Misses         4047     4047              
+ Partials        738      736       -2     

☔ 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.

@arthurfellipe-dev
Copy link
Copy Markdown
Author

All checks are now passing, including the clang-format requirements. The implementation includes the LinearEquation logic, Wikipedia references, and unit tests covering all new lines as shown in the Codecov report

@arthurfellipe-dev arthurfellipe-dev marked this pull request as ready for review April 2, 2026 13:58
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.

2 participants