Skip to content
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

sort form lizhi #17

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ProgrammingMonkey123
Copy link
Contributor

No description provided.

@@ -5,7 +5,8 @@
<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/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/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.

@@ -552,15 +577,97 @@
</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