有序表的折半查找
摘要:
非递归实现代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#include<stdio.h>intsearch(intnum[],intn,intkey){intlow=0;inthigh=n-1;intmid=0;while(low&... 阅读全文
posted @ 2010-06-24 18:15 gzpk 阅读(336) 评论(0) 推荐(0)
浙公网安备 33010602011771号