摘要: ``` /** * Source : https://oj.leetcode.com/problems/search-insert-position/ * * Created by lverpeng on 2017/7/14. * * Given a sorted array and a target value, return the index if the target is fo... 阅读全文
posted @ 2017-08-30 22:49 lacker 阅读(158) 评论(0) 推荐(0)
摘要: ``` import java.util.Arrays; / Source : https://oj.leetcode.com/problems/search for a range/ Created by lverpeng on 2017/7/14. Given a sorted array of 阅读全文
posted @ 2017-08-30 08:34 lacker 阅读(158) 评论(0) 推荐(0)