-
Notifications
You must be signed in to change notification settings - Fork 93
Added tasks 927, 928, 929, 930, 931 #409
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
Conversation
Please fix style errors
Error: src/main/java/g0901_1000/s0931_minimum_falling_path_sum/Solution.java:[6,42] (naming) ParameterName: Name 'A' must match pattern '^[a-z][a-zA-Z0-9]*$'.
Error: src/main/java/g0901_1000/s0928_minimize_malware_spread_ii/Solution.java:[30] (blocks) NeedBraces: 'if' construct must use '{}'s.
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.
We need to find a way how to use bold in code blocks.
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 rename a
with matrix
. minFallingPathSum(int[][] matrix)
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.
It may be putIfAbsent
method.
➕
Kudos, SonarCloud Quality Gate passed! Quality Gate passed
Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells
No description provided.