摘要: 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-07-03 23:46 ~每天进步一点点~ 阅读(149) 评论(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-07-03 23:16 ~每天进步一点点~ 阅读(127) 评论(0) 推荐(0) 编辑
摘要: After robbing those houses on that street, the thief has found himself a new place for his thievery so that he will not get too much attention. This t... 阅读全文
posted @ 2015-07-03 21:46 ~每天进步一点点~ 阅读(231) 评论(0) 推荐(0) 编辑
摘要: public class SecondMax { /** * @param args */ public static void main(String[] args) { // TODO Auto-generated method stub ... 阅读全文
posted @ 2015-07-03 16:55 ~每天进步一点点~ 阅读(199) 评论(0) 推荐(0) 编辑