摘要: For a given sorted array (ascending order) and a target number, find the first index of this number in O(log n) time complexity. If the target number 阅读全文
posted @ 2016-12-03 23:08 bubbleStar 阅读(226) 评论(0) 推荐(0) 编辑