快速排序(东软喜欢考类似的算法填空题,又如堆排序的算法等)

admin2019-03-29  46

问题 快速排序(东软喜欢考类似的算法填空题,又如堆排序的算法等)

选项

答案#include "stdafx.h" #define N 10 int part(int list[], int low, int high) // 一趟排序,返回分割点位置 { int tmp = list[low]; while(low=tmp) --high; list[low] = list[high]; while(low
解析
转载请注明原文地址:https://kaotiyun.com/show/6RmZ777K
0

随机试题
最新回复(0)