二分法查找(Python版)
摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--#!/usr/bin/envpython#coding=utf-8importrandomdefdichotomy(L,K,Index):if(len(L)==1):returnIndexlength... 阅读全文
posted @ 2010-07-19 17:06 Goodspeed 阅读(1620) 评论(0) 推荐(0) 编辑