Java
Java copied to clipboard
sleep sort
- [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
Attention: Patch coverage is 80.76923% with 5 lines in your changes missing coverage. Please review.
Project coverage is 40.74%. Comparing base (
f1e2606) to head (4e3b94d). Report is 28 commits behind head on master.
| Files | Patch % | Lines |
|---|---|---|
| ...c/main/java/com/thealgorithms/sorts/SleepSort.java | 80.76% | 5 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## master #5285 +/- ##
============================================
+ Coverage 40.67% 40.74% +0.06%
- Complexity 2502 2509 +7
============================================
Files 519 520 +1
Lines 15447 15473 +26
Branches 2949 2953 +4
============================================
+ Hits 6283 6304 +21
- Misses 8869 8874 +5
Partials 295 295
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@vil02 Addressed you comments ! Thanks .
@vil02 Addressed you comments .
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!
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!