TheAlgorithms / Java

All Algorithms implemented in Java
MIT License
60.11k stars 19.4k forks source link

refactor: change List<Integer> to LinkedList<Integer> and remove 'n < 0' #5439

Closed xizhengl closed 1 month ago

xizhengl commented 2 months ago
codecov-commenter commented 2 months ago

Codecov Report

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

Project coverage is 50.98%. Comparing base (b396a97) to head (54175da). Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #5439 +/- ## ============================================ + Coverage 50.97% 50.98% +0.01% + Complexity 3159 3158 -1 ============================================ Files 523 523 Lines 15104 15104 Branches 2874 2874 ============================================ + Hits 7699 7701 +2 + Misses 7084 7083 -1 + Partials 321 320 -1 ```

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

github-actions[bot] commented 1 month ago

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contribution!

github-actions[bot] commented 1 month ago

Please reopen this pull request once you have made the required changes. If you need help, feel free to ask in our Discord server or ping one of the maintainers here. Thank you for your contribution!