Skip to content

Conversation

ThanhNIT
Copy link
Contributor

No description provided.

@@ -0,0 +1,33 @@
package g0601_0700.s0623_add_one_row_to_tree;

import com_github_leetcode.TreeNode;
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 tags

@@ -0,0 +1,30 @@
package g0601_0700.s0628_maximum_product_of_three_numbers;

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 tags

// #Hard #Dynamic_Programming

public class Solution {
public int kInversePairs(int n, int k) {
Copy link
Owner

Choose a reason for hiding this comment

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

Please rename method to the kinversePairs.

import org.junit.jupiter.api.Test;

class SolutionTest {
@Test
Copy link
Owner

Choose a reason for hiding this comment

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

Please rename method to the kinversePairs.

}

@Test
void kInversePairs2() {
Copy link
Owner

Choose a reason for hiding this comment

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

Please rename method to the kinversePairs2.

@sonarqubecloud
Copy link

@javadev
Copy link
Owner

javadev commented Jan 13, 2022

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

Labels

None yet

2 participants