摘要: 用顺序表保存输入的数据,再用快速排序法给输入的数据排序,并打印出每趟排序后的结果#include#include#include #define LIST_INIT_SIZE 100typedef int Status;typedef int ElemType;typedef struct{ Ele... 阅读全文
posted @ 2015-06-08 20:42 Dawn-to-Dusk 阅读(373) 评论(0) 推荐(0)