- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 快速排序算法的非递归实现
#define push(a,n) a[--a[0]]=n #define pop(a,n) n=a[a[0]++] #define SWAP(a,b) {int temp=a;a=b;b=temp;} #include #include int log2(int n){ int count=0; while(n){ count++; n >>=1; } return c
2013-10-13 22:44:13
514
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅