摘要: 题目描述: Given an array of integers sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's runtime co 阅读全文
posted @ 2018-02-27 23:16 宵夜在哪 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2). 阅读全文
posted @ 2018-02-27 00:53 宵夜在哪 阅读(83) 评论(0) 推荐(0) 编辑
摘要: 题目描述: Implement next permutation, which rearranges numbers into the lexicographically next greater permutation of numbers. If such arrangement is not 阅读全文
posted @ 2018-02-27 00:37 宵夜在哪 阅读(97) 评论(0) 推荐(0) 编辑