上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: http://blog.csdn.net/hguisu/article/details/7856239值得详细看! 阅读全文
posted @ 2015-04-19 00:38 jasmine_turnsoul 阅读(66) 评论(0) 推荐(0)
摘要: http://www.cnblogs.com/gogly/articles/2353804.html总结的方法值得详看! 阅读全文
posted @ 2015-04-19 00:37 jasmine_turnsoul 阅读(119) 评论(0) 推荐(0)
摘要: http://blog.csdn.net/hguisu/article/details/7880288此文很不错。Bit map 应用 1)可进行数据的快速查找,判重,删除,一般来说数据范围是int的10倍以下。 2)去重数据而达到压缩数据 阅读全文
posted @ 2015-04-18 23:56 jasmine_turnsoul 阅读(117) 评论(0) 推荐(0)
摘要: 在找到满意的实习、满意的工作之前,我已经做好全年无休的准备了!!!现在只要给点信心,我就干劲十足!这段时间的经历,也让我切身意识到自信心的重要性。自信与压力的共同作用才能带来源源不断的动力。就用这句签名,来记录我这段时期的状态吧!"纵经寒彻骨,莫愁路漫漫,千磨万击还坚劲,我心依旧望苍穹" 阅读全文
posted @ 2015-04-18 20:44 jasmine_turnsoul 阅读(93) 评论(0) 推荐(0)
摘要: Given an array of integers, find two numbers such that they add up to a specific target number.The function twoSum should return indices of the two nu... 阅读全文
posted @ 2015-04-11 18:01 jasmine_turnsoul 阅读(129) 评论(0) 推荐(0)
摘要: All DNA is composed of a series of nucleotides abbreviated as A, C, G, and T, for example: "ACGAATTCCG". When studying DNA, it is sometimes useful to ... 阅读全文
posted @ 2015-04-11 18:00 jasmine_turnsoul 阅读(156) 评论(0) 推荐(0)
摘要: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ... 阅读全文
posted @ 2015-04-01 19:40 jasmine_turnsoul 阅读(133) 评论(0) 推荐(0)
摘要: Given a list, rotate the list to the right bykplaces, wherekis non-negative.For example:Given1->2->3->4->5->NULLandk=2,return4->5->1->2->3->NULL.思路:任何... 阅读全文
posted @ 2015-04-01 19:38 jasmine_turnsoul 阅读(145) 评论(0) 推荐(0)
摘要: dblpccfinderacmweb of sciencegoogle schoolar 阅读全文
posted @ 2015-03-20 10:17 jasmine_turnsoul 阅读(122) 评论(0) 推荐(0)
摘要: Given a sorted linked list, delete all nodes that have duplicate numbers, leaving onlydistinctnumbers from the original list.For example,Given1->2->3-... 阅读全文
posted @ 2015-03-19 23:37 jasmine_turnsoul 阅读(91) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 8 下一页