Java
Java copied to clipboard
Add tests, enhance docs in `KadaneAlgorithm.java`
trafficstars
- [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 59.36%. Comparing base (
ce9f420) to head (b1b4879).
Additional details and impacted files
@@ Coverage Diff @@
## master #5646 +/- ##
============================================
+ Coverage 59.34% 59.36% +0.01%
- Complexity 3795 3797 +2
============================================
Files 556 556
Lines 15927 15927
Branches 3040 3040
============================================
+ Hits 9452 9455 +3
+ Misses 6070 6069 -1
+ Partials 405 403 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.