摘要: //数组a[]中有n个元素,已经按升序排序,待查找的元素Xtemplate{ int BinarySearch(Type a[],const Type& x,int n) { int left = 0; ... 阅读全文
posted @ 2016-01-15 12:56 lucky_少哖 阅读(214) 评论(0) 推荐(0)