python list查询及所需时间
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python list查询及所需时间相关的知识,希望对你有一定的参考价值。
time cost_time(fun): cost(*args,**kwargs): stime = time.time() x = fun(*args,**kwargs) etime = time.time() ,fun.,etime-stime x cost list_query(_list,_val): low = height = (i) - mid = (height - low) // n (height+): _list[n] == _val: n n (mid,height+): _list[n] == _val: n __name__ == : i = () subscript = list_query(i,) subscript
以上是关于python list查询及所需时间的主要内容,如果未能解决你的问题,请参考以下文章