摘要: 1.题目描述 英文版: 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 it were in 阅读全文
posted @ 2020-02-24 21:40 limaodeng 阅读(115) 评论(0) 推荐(0)
摘要: 1.题目描述 英文版: Given an array of integers nums sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's 阅读全文
posted @ 2020-02-24 21:20 limaodeng 阅读(88) 评论(0) 推荐(0)