会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RD少了D
|
首页
|
新随笔
|
新文章
| | |
管理
文章分类 -
Algorithm
Python - Binary Search & Interpolation Search
摘要:1 import random 2 import time 3 4 # randomly create integer list 5 def RandomList(): 6 data = [] 7 nLen = random.randint(20, 50) 8 for _...
阅读全文
posted @
2015-03-19 14:57
RD少了D
阅读(206)
评论(0)
推荐(0)