收藏 分享(赏)

数据结构实验报告---折半查找.docx

上传人:精品资料 文档编号:10693636 上传时间:2019-12-28 格式:DOCX 页数:2 大小:30.46KB
下载 相关 举报
数据结构实验报告---折半查找.docx_第1页
第1页 / 共2页
数据结构实验报告---折半查找.docx_第2页
第2页 / 共2页
亲,该文档总共2页,全部预览完了,如果喜欢就下载吧!
资源描述

折半查找:代码:#include#includetypedef structint *elem;int length;sstable;int searchbin(sstable ST,int key)int low,high,mid;low=1;high=ST.length;while(low=high)mid=(low+high)/2;if(key=ST.elemmid) return(mid);else if(keyST.elemmid)high=mid-1;else low=mid+1;return(0);void main()int i,key,location;sstable ST;ST.elem=(int*)malloc(ST.length*sizeof(int);printf(“请输入表的长度:n“);scanf(“%d“,printf(“请输入待查找表中的元素:n“);for(i=1;i=ST.length;i+)scanf(“%d“,printf(“请输入要查找的元素:n“);scanf(“%d“,location=searchbin(ST,key);printf(“要查找的元素的位置为:%dn“,location);运行结果:见下页。

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

当前位置:首页 > 企业管理 > 管理学资料

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


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

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

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