摘要: The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw... 阅读全文
posted @ 2015-07-08 19:51 Maydow 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 1、查找字符串中最长的重复子串 阅读全文
posted @ 2015-07-08 18:12 Maydow 阅读(182) 评论(0) 推荐(0) 编辑
摘要: Quest:Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists.合并两... 阅读全文
posted @ 2015-07-08 14:51 Maydow 阅读(204) 评论(0) 推荐(0) 编辑