Java
Java copied to clipboard
Added program to check Lucky number
Added program to check if a given number is a Lucky number or not using recursive and iterative approaches with testcases
- [x] I have read CONTRIBUTING.md.
- [x] This pull request is all my own work -- I have not plagiarized it.
- [x] All filenames are in PascalCase.
- [x] All functions and variable names follow Java naming conventions.
- [x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
- [x] All new code is formatted with
clang-format -i --style=file path/to/your/file.java
Codecov Report
:white_check_mark: All modified and coverable lines are covered by tests.
:white_check_mark: Project coverage is 78.29%. Comparing base (a4cf6e3) to head (9f070b3).
:warning: Report is 1 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #6962 +/- ##
============================================
+ Coverage 78.26% 78.29% +0.02%
- Complexity 6567 6575 +8
============================================
Files 743 744 +1
Lines 21886 21907 +21
Branches 4284 4287 +3
============================================
+ Hits 17129 17151 +22
+ Misses 4074 4073 -1
Partials 683 683
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.