二分查找

  仍是編程珠璣上的東西,做者對最初的算法稍微優化了一下。html #include <iostream> #include <algorithm> #define N 10 using namespace std; int binary_search(int *x,int n,int t) //x爲要查找的數組,n爲數組的大小,t爲要找的值,找到則返回值的位置,不然返回-1 {
相關文章
相關標籤/搜索