Skip to content

Conversation

@Adarsh-Melath
Copy link
Contributor

  • 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

@Adarsh-Melath Adarsh-Melath reopened this Feb 9, 2026
@codecov-commenter
Copy link

codecov-commenter commented Feb 9, 2026

Codecov Report

❌ Patch coverage is 84.61538% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 79.32%. Comparing base (3835c48) to head (a4620aa).

Files with missing lines Patch % Lines
src/main/java/com/thealgorithms/maths/Area.java 84.61% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7261   +/-   ##
=========================================
  Coverage     79.32%   79.32%           
+ Complexity     6992     6989    -3     
=========================================
  Files           781      781           
  Lines         22955    22955           
  Branches       4509     4509           
=========================================
  Hits          18209    18209           
+ Misses         4020     4019    -1     
- Partials        726      727    +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.

@DenizAltunkapan DenizAltunkapan merged commit 8403b8f into TheAlgorithms:master Feb 9, 2026
7 checks passed
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