Skip to content

NeonNumber algorithm in maths package#7420

Open
AshishKumar1297 wants to merge 8 commits into
TheAlgorithms:masterfrom
AshishKumar1297:ashish-contribution
Open

NeonNumber algorithm in maths package#7420
AshishKumar1297 wants to merge 8 commits into
TheAlgorithms:masterfrom
AshishKumar1297:ashish-contribution

Conversation

@AshishKumar1297
Copy link
Copy Markdown

Added NeonNumber algorithm that checks if a
number is a Neon Number.
Example: 9 → 9²=81 → 8+1=9 ✓

  • I have read CONTRIBUTING.md
  • This pull request is my own work
  • All filenames are in PascalCase
  • All functions and variable names follow Java naming conventions
  • All new algorithms have a URL in their comments
  • All new algorithms include a corresponding test class

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.54%. Comparing base (e814d97) to head (5691cb7).

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #7420   +/-   ##
=========================================
  Coverage     79.53%   79.54%           
- Complexity     7177     7180    +3     
=========================================
  Files           798      799    +1     
  Lines         23474    23481    +7     
  Branches       4617     4619    +2     
=========================================
+ Hits          18671    18678    +7     
  Misses         4055     4055           
  Partials        748      748           

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

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