Skip to content

Conversation

@ProgrammingMonkey123
Copy link
Contributor

No description provided.

<GradleProjectSettings>
<option name="distributionType" value="LOCAL" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleHome" value="/usr/local/Cellar/gradle/4.10/libexec" />

Choose a reason for hiding this comment

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

This change is unnecessary.

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">

Choose a reason for hiding this comment

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

The same as above.

<change beforePath="$PROJECT_DIR$/.idea/gradle.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/gradle.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cxxt/huangyz0918/lesson/JackWang/Sort.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cxxt/huangyz0918/lesson/jackwang/Sort.java" afterDir="false" />

Choose a reason for hiding this comment

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

The same as above.

<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cxxt/huangyz0918/lesson/JackWang/Sort.java" beforeDir="false" afterPath="$PROJECT_DIR$/src/main/java/com/cxxt/huangyz0918/lesson/jackwang/Sort.java" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/main/java/com/cxxt/huangyz0918/lesson/jackwang/Sort.java" beforeDir="false" />

Choose a reason for hiding this comment

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

The same as above.

</map>
</option>
<option name="name" value="lesson2" />
<option name="projectBuildClasspath">

Choose a reason for hiding this comment

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

The same as above.

int[] arr = {1, 2, 3, 8, 6, 4, 5, 7, 9};
sort(arr);
for (int i = 0; i < arr.length; i++) {
System.out.println(arr[i]);

Choose a reason for hiding this comment

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

This System.out.println(); is dangerous. Fix this can let the code pass the ci tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants