Java
Java copied to clipboard
Add SortStack.java new algorithm
- [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 54.78%. Comparing base (
f34fe4d) to head (263fc2f). Report is 6 commits behind head on master.
Additional details and impacted files
@@ Coverage Diff @@
## master #5624 +/- ##
============================================
+ Coverage 54.56% 54.78% +0.22%
- Complexity 3413 3458 +45
============================================
Files 535 539 +4
Lines 15383 15596 +213
Branches 2935 2961 +26
============================================
+ Hits 8393 8545 +152
- Misses 6637 6694 +57
- Partials 353 357 +4
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks!