Skip to content

Conversation

@TaranjeetSinghKalsi
Copy link
Contributor

Added program to check if a given number is a Lucky number or not using recursive and iterative approaches with testcases

  • 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 Oct 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.91%. Comparing base (aa91451) to head (6b8fb5f).

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6962      +/-   ##
============================================
+ Coverage     78.88%   78.91%   +0.02%     
- Complexity     6844     6854      +10     
============================================
  Files           768      769       +1     
  Lines         22647    22668      +21     
  Branches       4453     4456       +3     
============================================
+ Hits          17865    17888      +23     
+ Misses         4068     4067       -1     
+ Partials        714      713       -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 enabled auto-merge (squash) December 14, 2025 10:26
@DenizAltunkapan DenizAltunkapan merged commit d9f2ac8 into TheAlgorithms:master Dec 14, 2025
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