上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页
摘要: 原题链接: "https://leetcode.com/problems/intersection of two linked lists/description/" 这道题目貌似没说这两个单链表是排序的,刚开始我以为是排序的单链表呢,然后我写下了如下的答案,并且通过了。。。 阅读全文
posted @ 2018-03-21 14:57 optor 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 设计模式 1. "http://www.cnblogs.com/java my life/" 阅读全文
posted @ 2018-03-18 10:34 optor 阅读(123) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/min stack/description/" 这道题目就是考察基本的栈概念的吧,没什么难度: Java / Created by clearbug on 2018/3/17. / public class MinStack 阅读全文
posted @ 2018-03-17 19:41 optor 阅读(95) 评论(1) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/linked list cycle/description/" 直接上代码: 阅读全文
posted @ 2018-03-17 19:29 optor 阅读(107) 评论(1) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/single number/description/" 这道题目刚看完半小时之后百思不得其解,然后本来打算看答案去了,无意间瞄了一眼“Related Topics”,发现里面提到两个词“Hash Table”和“Bit Man 阅读全文
posted @ 2018-03-17 18:27 optor 阅读(85) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/valid palindrome ii/description/" 在做完第一道回文字符串校验题目之后这第二道题目就很简单了: 阅读全文
posted @ 2018-03-17 17:51 optor 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/valid palindrome/description/" 校验回文字符串,题目较为简单: Java / Created by clearbug on 2018/2/26. / public class Solution { 阅读全文
posted @ 2018-03-17 17:23 optor 阅读(109) 评论(1) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/best time to buy and sell stock ii/description/" 股票最大利润的第二题! 阅读全文
posted @ 2018-03-17 16:17 optor 阅读(107) 评论(0) 推荐(0) 编辑
摘要: 又一次在 LeetCode 上遇到原题了: "http://www.cnblogs.com/optor/p/8590385.html" 阅读全文
posted @ 2018-03-17 15:53 optor 阅读(186) 评论(0) 推荐(0) 编辑
摘要: 原题链接: "https://leetcode.com/problems/best time to buy and sell stock/description/" 解答如下: Java / Created by clearbug on 2018/2/26. 这道题目是《剑指 Offer》书上的原题 阅读全文
posted @ 2018-03-17 15:52 optor 阅读(589) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 19 下一页