TheAlgorithms / JavaScript

Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
https://the-algorithms.com/language/javascript
GNU General Public License v3.0
32.19k stars 5.52k forks source link

CamelPascalToSnakeCase conversion #1699

Closed 0APOCALYPSE0 closed 10 hours ago

0APOCALYPSE0 commented 1 day ago

Open in Gitpod know more

Describe your change:

Checklist:

codecov-commenter commented 1 day ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.69%. Comparing base (9010481) to head (6638c0c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1699 +/- ## ========================================== + Coverage 84.65% 84.69% +0.03% ========================================== Files 378 379 +1 Lines 19744 19788 +44 Branches 2951 2965 +14 ========================================== + Hits 16715 16759 +44 Misses 3029 3029 ```

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

appgurueu commented 10 hours ago

Same as https://github.com/TheAlgorithms/JavaScript/pull/1700#issuecomment-2389419000.