记录学习过程中的点点滴滴
二分查找
std中二分查找函数集合
八 9th
1,binary_search() 用法:http://www.sgi.com/tech/stl/binary_search.html
2,lower_bound() 用法:http://www.sgi.com/tech/stl/lower_bound.html
3,upper_bound() 用法:http://www.sgi.com/tech/stl/upper_bound.html
4,equal_range() 用法:http://www.sgi.com/tech/stl/equal_range.html
近期评论