2017年7月13日

关于快速排序的直接调用,qsort使用过程中的注意事项

摘要: 调用例子如下: #include <stdio.h>#include <string.h>#include <stdlib.h>int s[10000],n,i;int cmp(const void *a, const void *b){ return(*(int *)a-*(int *)b);}i 阅读全文

posted @ 2017-07-13 11:41 夜雨十年灯 阅读(181) 评论(0) 推荐(0) 编辑

导航