Skip to content

feat: add conversion logic from integer to english #5540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 4, 2024

Conversation

sailok
Copy link
Contributor

@sailok sailok commented Oct 3, 2024

Add Conversion logic to convert Integer range numbers to English Locale.

  • 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 3, 2024

Codecov Report

Attention: Patch coverage is 73.52941% with 9 lines in your changes missing coverage. Please review.

Project coverage is 53.46%. Comparing base (ea6457b) to head (0182be6).

Files with missing lines Patch % Lines
...om/thealgorithms/conversions/IntegerToEnglish.java 73.52% 3 Missing and 6 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #5540      +/-   ##
============================================
+ Coverage     53.43%   53.46%   +0.03%     
- Complexity     3360     3367       +7     
============================================
  Files           533      534       +1     
  Lines         15419    15453      +34     
  Branches       2941     2950       +9     
============================================
+ Hits           8239     8262      +23     
- Misses         6839     6843       +4     
- Partials        341      348       +7     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sailok sailok requested a review from anandfresh October 4, 2024 05:03
@sailok sailok requested a review from alxkm October 4, 2024 07:15
@alxkm alxkm merged commit 389d1d7 into TheAlgorithms:master Oct 4, 2024
6 checks passed
@sailok sailok deleted the integer-to-english branch October 5, 2024 03:40
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.

4 participants