Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72fc0f3

Browse files
update
1 parent 676bbc8 commit 72fc0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Rocket.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ TCP是一个双向通信协议,通信双方都有能力发送信息,并接
845845
3. 插入排序:将一个记录插入到已排序的有序表中,从而得到一个新的,记录数增1的有序表
846846
4. 快速排序:通过一趟排序将序列分成左右两部分,其中左半部分的的值均比右半部分的值小,然后再分别对左右部分的记录进行排序,直到整个序列有序。
847847
```
848-
int partition(int a[], int low, int high){
848+
int partition(int a[], int low, int high){
849849
int key = a[low];
850850
while( low < high ){
851851
while(low < high && a[high] >= key) high--;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /