Java
Java copied to clipboard
refactor: `PalindromicPartitioning`
Class cleanup. Refactoring javadocs. Adding tests.
- [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
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 49.86%. Comparing base (
0733075) to head (7afd411).
Additional details and impacted files
@@ Coverage Diff @@
## master #5419 +/- ##
============================================
+ Coverage 49.71% 49.86% +0.14%
- Complexity 3085 3098 +13
============================================
Files 524 524
Lines 15173 15166 -7
Branches 2884 2884
============================================
+ Hits 7544 7563 +19
+ Misses 7314 7288 -26
Partials 315 315
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.