随笔分类 -  数据结构 算法

摘要:/*二分查找的递归与非递归算法*/#include #include using namespace std;bool bisrch( int low,int high,int v,int *text ) //递归写法{ int i,mid; mid=( low+high )/2; ... 阅读全文
posted @ 2014-06-24 18:37 ccguo 阅读(437) 评论(0) 推荐(0)

我要啦网店统计