This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- #coding:utf-8 | |
''' | |
Created on 2013-9-4 | |
@author: mingdong.li | |
二分查找法,作用于没有重复元素的序列的二分查找法,使用循环(递归的调用存在着压栈、出栈的开销,效率比较低。) | |
''' | |
NewerOlder