2016年5月10日
摘要: 传送门 Given a list of unique words. Find all pairs of distinct indices (i, j) in the given list, so that the concatenation of the two words, i.e. words[ 阅读全文
posted @ 2016-05-10 16:30 njczy2010 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 传送门 203. Remove Linked List Elements My Submissions QuestionEditorial Solution Total Accepted: 62648 Total Submissions: 217789 Difficulty: Easy Remove 阅读全文
posted @ 2016-05-10 13:27 njczy2010 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 数据结构复习之【排序】: http://blog.csdn.net/xiazdong/article/details/7304239# 主要是遇到一个问题,写一个不用循环的 冒泡排序,不知道为什么会有这样的题目。 so,,温习了一下冒泡排序,自己调了调 STL之vector的使用 http://ww 阅读全文
posted @ 2016-05-10 10:28 njczy2010 阅读(132) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/caoshenghe/archive/2010/01/31/1660399.html 第一部分 使用入门 vector可用于代替C中的数组,或者MFC中的CArray,从许多说明文档或者网上评论,一般一致认为应该多用vector,因为它的效率更高,而且具 阅读全文
posted @ 2016-05-10 10:13 njczy2010 阅读(273) 评论(0) 推荐(0) 编辑