TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
60.2k stars 19.47k forks source link

Update Pangram.java #6048

Open preritasaini1 opened 1 month ago

preritasaini1 commented 1 month ago

Updated the Pangram.java file by adding a bitwise approach and improving code readability

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 45.00000% with 11 lines in your changes missing coverage. Please review.

Project coverage is 72.37%. Comparing base (e94be71) to head (6d0d701). Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
...c/main/java/com/thealgorithms/strings/Pangram.java 45.00% 9 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6048 +/- ## ============================================ - Coverage 72.42% 72.37% -0.06% + Complexity 4991 4990 -1 ============================================ Files 655 655 Lines 17593 17602 +9 Branches 3388 3392 +4 ============================================ - Hits 12742 12739 -3 - Misses 4371 4381 +10 - Partials 480 482 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

preritasaini1 commented 1 month ago

Hello everyone, I am ne in this contributing world, just checking in on my pull request. I'm excited to learn from your feedback and improve my contributions. Thanks!