binary search in python & c++

in python:

import bisect

bisect.bisect_left

 

 

in c++

std::lower_bound

posted on 2011-09-20 23:25  不是程序  阅读(168)  评论(0)    收藏  举报

导航