摘要:
#include <stdio.h> int partition(int A[], int low, int high){ // 19,3,6,9,2,4 int privot = A[low];// 19 0 while(low<high){ while(low<high && A[high] > 阅读全文
posted @ 2021-12-06 15:22
小猪猪0-0
阅读(34)
评论(0)
推荐(0)
2021年12月6日