收藏 分享(赏)

数据结构之顺序表元素查找.docx

上传人:scg750829 文档编号:5807862 上传时间:2019-03-18 格式:DOCX 页数:5 大小:17.76KB
下载 相关 举报
数据结构之顺序表元素查找.docx_第1页
第1页 / 共5页
数据结构之顺序表元素查找.docx_第2页
第2页 / 共5页
数据结构之顺序表元素查找.docx_第3页
第3页 / 共5页
数据结构之顺序表元素查找.docx_第4页
第4页 / 共5页
数据结构之顺序表元素查找.docx_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

1、数 据结构-顺序表查找#include#include#define MAXSIZE 100int dataMAXSIZE; int len;typedef struct int dataMAXSIZE; int len; SeqList;SeqList *Init_SeqList( ) SeqList *L;L=(SeqList*)malloc(sizeof(SeqList);L-len= -1; return L;/顺序查找int SearchSeq(SeqList *S,int t)int i;for(i=0;ilen;i+)if(t=S-datai)return i;break;if(

2、i=S-len)return -1;/对顺序表进行排序SeqList *Sort(SeqList *S) int temp,i,j;for (i=0;ilen;i+) for (j=i+1;jlen;j+) if(S-datajS-dataj+1) temp=S-dataj;S-dataj=S-dataj+1;S-dataj+1=temp;for(int k=0;klen;k+)printf(“%d “,S-datak);return S;/折半查找int SearchBin(SeqList *S ,int t)int mid,low=0,high=S-len-1;while(lowdatam

3、id)return mid;else if(tS-datamid) low=mid+1;else high=mid-1;return -1; int main()SeqList *L=Init_SeqList();int t1,t2,len,e;printf(“请输入顺序表的长度“);scanf(“%d“,printf(“请输入顺序表中各元素:n“);getchar();for(int k=0;klen;k+)scanf(“%d“,L-datak=e;printf(“请输入要查找的数 :n“);scanf(“%d“,int m=SearchSeq(L,t1);if(m-1)printf(“该查找的数顺序查找后在顺序表中的位置为%d:n“,m+1);else printf(“该数没有找到n“);printf(“排序之后的顺序表 “);SeqList*S=Sort(L);printf(“请输入要查找的数:n“);scanf(“%d“,int s=SearchBin(S ,t2);if(s-1)printf(“该查找的数折半查找后在顺序表中的位置为%d:n“,s+1);else printf(“该数没有找到n“);return 0;

展开阅读全文
相关资源
猜你喜欢
相关搜索

当前位置:首页 > 实用文档 > 统计图表

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报