折半查找有序表4 6 10 12 20 28 38 50(折半查找)

巩娇福
导读 大家好,乐天来为大家解答以下的问题,关于折半查找有序表4 6 10 12 20 28 38 50,折半查找这个很多人还不知道,现在让我们一起来看看...

大家好,乐天来为大家解答以下的问题,关于折半查找有序表4 6 10 12 20 28 38 50,折半查找这个很多人还不知道,现在让我们一起来看看吧!

1、#includeusing namespace std;int binary_search(char * data,int len,char target){ int high=len-1,low=0,mid; mid=(high+low)/2; while(high>=low) { if(target>data[mid]) low=mid+1; else if(target>taget; int i=binary_search(a,strlen(a),taget); if(i==-1) cout<<"Not Foun!"; else cout<<"Found "<

本文分享完毕,希望对大家有所帮助。

标签:

免责声明:本文由用户上传,如有侵权请联系删除!