查找算法——二分查找
摘要:
[代码]Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-- 1 #include stdio.h 2 3 int main(int argc, char** argv) 4 { 5 int array[] = {1, 3, 5, 24, 35, 45, 67, 73, 76, 78, 98, 99, 200, 201, 202, 455, 3445}; 6 int length = sizeof(array)/sizeof(int); 7 in 阅读全文
posted @ 2011-01-27 11:49 leothink 阅读(218) 评论(0) 推荐(0)
浙公网安备 33010602011771号