Skip to content

Commit

Permalink
Update 2.1 排序(快排版2)
Browse files Browse the repository at this point in the history
  • Loading branch information
VanillahHXZ authored May 27, 2019
1 parent cd6ca7a commit 0712344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2.1 排序(快排版2)
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ int quickSortPartition(int numList[], int start, int end){
--end;
}
}
numList[start] = standard;
// numList[start] = standard;
return start;

//quickSort(numList, tempStart, index-1);
Expand Down

0 comments on commit 0712344

Please sign in to comment.