-
Notifications
You must be signed in to change notification settings - Fork 19.9k
Create StalinSort.java #5724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create StalinSort.java #5724
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5724 +/- ##
============================================
+ Coverage 62.98% 63.82% +0.84%
- Complexity 4049 4167 +118
============================================
Files 569 581 +12
Lines 16056 16288 +232
Branches 3086 3142 +56
============================================
+ Hits 10113 10396 +283
+ Misses 5525 5468 -57
- Partials 418 424 +6 ☔ View full report in Codecov by Sentry. |
@alxkm |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove main and add JUnit tests
@siriak can you please tell me how to add JUnit tests? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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! |
clang-format -i --style=file path/to/your/file.java