2015年5月21日

摘要: [config]git config --global url."https://".insteadOf git:// git config --global core.editor vimgit config --global core.filemode false [create remote]... 阅读全文
posted @ 2015-05-21 16:05 neyer 阅读(188) 评论(0) 推荐(0) 编辑
摘要: 描述: There are two sorted arrays A and B of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity shoul... 阅读全文
posted @ 2015-05-21 12:36 neyer 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 问题描述:在一组字符串中,找到所有具有某个字符串前缀字符串,比如application、apple、eyes、cats等。如果要匹配的字符串是app,则符合匹配条件的有application、apple。思路:首先采用快排将所有字符串进行字典序排序,这样具有同种前缀的所有字符串都会排在一块,如果给定... 阅读全文
posted @ 2015-05-21 00:23 neyer 阅读(7377) 评论(0) 推荐(0) 编辑

导航