推荐星级:
  • 1
  • 2
  • 3
  • 4
  • 5

C语言版数据结构-希尔排序

更新时间:2018-11-01 09:35:47 大小:70K 上传用户:sun2152查看TA发布的资源 标签:C语言数据结构 下载积分:0分 评价赚积分 (如何评价?) 打赏 收藏 评论(1) 举报

资料介绍

希尔排序

详细设计

#include <stdio.h>

#include <stdlib.h>

#include <time.h>

typedef int KeyType;

typedef int OtherType;

#define   Max_Size   5000

 

typedef struct

{

KeyType key;

OtherType other_data;

}RecordType;

void  ShellInsert(RecordType r[], int length,  int  delta)

/*对记录数组r做一趟希尔插入排序,length为数组的长度,delta 为增量*/

{


部分文件列表

文件名 大小
C语言版数据结构-希尔排序.doc 70K

全部评论(1)

  • 2019-06-20 20:53:24杨义

    内容还好

上传资源 上传优质资源有赏金

  • 打赏
  • 30日榜单

推荐下载