kehuadong

2024年8月31日

快速排序, 寻找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 阅读(11) 评论(0) 推荐(0)

导航