摘要: 问题描述 Given an array of integers sorted in ascending order, find the starting and ending position of a given target value. Your algorithm's runtime com 阅读全文
posted @ 2017-10-31 19:16 Jnight 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1. vc 2013 运行库问题,解决方案:去微软官网下载重新安装2013运行库 2. 之前mysql没有卸载干净,网上有很多方法。 保证前面两项都可以再重新安装!! 阅读全文
posted @ 2017-10-31 17:32 Jnight 阅读(3080) 评论(0) 推荐(0) 编辑
摘要: 问题描述 Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. (i.e., might become ). You are given a target valu 阅读全文
posted @ 2017-10-31 17:23 Jnight 阅读(115) 评论(0) 推荐(0) 编辑
摘要: 问题描述 You are given a string, s, and a list of words, words, that are all of the same length. Find all starting indices of substring(s) in s that is a 阅读全文
posted @ 2017-10-31 12:39 Jnight 阅读(89) 评论(0) 推荐(0) 编辑