-
Notifications
You must be signed in to change notification settings - Fork 19.8k
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
Merged Changes #6190
Merged Changes #6190
Conversation
This algorithm is used to search a key from a sorted matrix.
This algorithm helps printing a matrix in spiral order.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #6190 +/- ##
============================================
- Coverage 74.16% 73.80% -0.36%
- Complexity 5208 5220 +12
============================================
Files 665 667 +2
Lines 17818 17983 +165
Branches 3429 3457 +28
============================================
+ Hits 13214 13272 +58
- Misses 4099 4195 +96
- Partials 505 516 +11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@sadiul-hakim the linter tells you to replace tabs with spaces |
Is CheckStyle and Clang format automatic on your end? I had a hard time. I use intelij how can i make this automatic? |
No, it's manual. I usually check in logs of failed PR check to see what failed. You can add them with a Git hook to run them before commit, but it should be done by everyone separately |
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.
Looks good, thanks!
clang-format -i --style=file path/to/your/file.java