Skip to content

Conversation

ThanhNIT
Copy link
Contributor

No description provided.

@@ -0,0 +1,31 @@
package g0901_1000.s0923_3sum_with_multiplicity;

public class Solution {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comment with tags.

@@ -0,0 +1,25 @@
package g0901_1000.s0926_flip_string_to_monotone_increasing;

class Solution {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add comment with tags and public for class.


public class Solution {
public int[] sortArrayByParityII(int[] nums) {
for (int i = 0, j = 1; i < nums.length - 1 && j < nums.length; ) {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please replace for with while.

@sonarqubecloud
Copy link

@javadev
Copy link
Owner

javadev commented Feb 14, 2022

@javadev javadev merged commit adb206e into javadev:main Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants