摘要: void Util::bs30() { int arr[]={10,20,30,40,50,60,70,80,90,100}; int key=90; int idx=binarySearch29(arr,0,9,key); if(idx>-1) { cout<<"The key "<<key<<" 阅读全文
posted @ 2022-06-09 11:01 FredGrit 阅读(51) 评论(0) 推荐(0)