2017年9月26日

Leetcode c语言-Search Insert Position

摘要: Title:Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if ... 阅读全文

posted @ 2017-09-26 23:23 sichenzhao 阅读(108) 评论(0) 推荐(0) 编辑

LeetCode c语言-Search for a Range

摘要: Title:Given an array of integers sorted in ascending order, find the starting and ending position of a given target value.Your algorit... 阅读全文

posted @ 2017-09-26 10:30 sichenzhao 阅读(117) 评论(0) 推荐(0) 编辑

导航