Warning: Undefined variable $new_badge in /www/wwwroot/wangkay.top/wp-content/plugins/zib-admin/inc/options.php on line 85

Warning: Trying to access array offset on value of type null in /www/wwwroot/wangkay.top/wp-content/plugins/zib-admin/inc/options.php on line 85
白小筠| 小妖客栈
通知图标

欢迎访问腾飞博客

白小筠| 小妖客栈
C语言实现哈希表| 小妖客栈

C语言实现哈希表

哈希表1、哈希表的创建#define MAX 10#define NULL_KEY -1typedef int data_type;typedef struct{   data_type *ele;   int n;​}hash_table;​hash_table *create_hash_table(){hash_table *...
C语言实现各种排序| 小妖客栈

C语言实现各种排序

C语言实现各种排序1、冒泡排序冒大泡(将大的数往后放)void bubble_sort(int *p,int len){    for(int i=0;i<len-1;i++){        for(int j=0;j<len-1-i;j++){            i...

一键注册登录,免费下载更多的资源教程