快速排序, 寻找k_th元素
摘要:
common.h #pragma once #include <stdio.h> #include <stdlib.h> #define ASIZE(a) (sizeof(a)/sizeof(a[0])) static inline void rand_array(int* a, int size) 阅读全文
posted @ 2024-08-31 11:01 kehuadong 阅读(15) 评论(0) 推荐(0)
浙公网安备 33010602011771号