03 2017 档案

摘要:一个字符串中有多个个回文字符串: 阅读全文
posted @ 2017-03-24 09:24 sunli0205 阅读(132) 评论(0) 推荐(0)
摘要:Given an array of integers where 1 ≤ a[i] ≤ n (n = size of array), some elements appear twice and others appear once. Find all the elements of [1, n] 阅读全文
posted @ 2017-03-23 21:36 sunli0205 阅读(84) 评论(0) 推荐(0)
摘要:顺序栈: 定义一个接口:IStack<E> 定义一个SeqStack<E>类实现栈的抽象数据类型类 主函数实现 阅读全文
posted @ 2017-03-21 15:44 sunli0205 阅读(171) 评论(0) 推荐(0)