摘要: 转:http://blog.csdn.net/nanjunxiao/article/details/12973173 Given an unsorted integer array, find the first missing positive integer. For example,Given 阅读全文
posted @ 2015-09-06 21:20 linqiaozhou 阅读(449) 评论(0) 推荐(0) 编辑
摘要: Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding elemen 阅读全文
posted @ 2015-09-06 11:43 linqiaozhou 阅读(825) 评论(0) 推荐(0) 编辑
摘要: 所谓排序,就是要整理文件中的记录,使之按关键字递增(或递减)次序排列起来。当待排序记录的关键字都不相同时,排序结果是惟一的,否则排序结果不惟一。在待排序的文件中,若存在多个关键字相同的记录,经过排序后这些具有相同关键字的记录之间的相对次序保持不变,该排序方法是稳定的;若具有相同关键字的记录之间的相对 阅读全文
posted @ 2015-09-06 10:01 linqiaozhou 阅读(641) 评论(0) 推荐(0) 编辑