https://leetcode.com/problems/symmetric-tree/discuss/166375/Java-Accepted-very-simple-solution ...
分类:
其他好文 时间:
2018-09-20 11:14:18
阅读次数:
170
题目奉上: It's the end of July – the time when a festive evening is held at Jelly Castle! Guests from all over the kingdom gather here to discuss new tren ...
分类:
其他好文 时间:
2018-09-18 19:16:28
阅读次数:
237
https://leetcode.com/problems/unique-binary-search-trees/discuss/31666/DP-Solution-in-6-lines-with-explanation.-F(i-n)-G(i-1)-*-G(n-i) ...
分类:
其他好文 时间:
2018-09-17 13:25:09
阅读次数:
123
这个题有很多种做法:https://leetcode.com/problems/contains-duplicate/discuss/61110/C++-solutions-(sorting-maps-and-sets). 还有Contains Duplicate II Contains Dupli ...
分类:
其他好文 时间:
2018-09-15 19:20:59
阅读次数:
182
Linux--Introduction and Basic commands(Part one) ...
分类:
系统相关 时间:
2018-09-14 19:50:58
阅读次数:
237
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html官方文档https://discuss.elastic.co国外论坛https://elasticsearch.cn国内论坛https://www.elastic.co/blog/elasticsearch-6-3-0-released国外博客http
分类:
其他好文 时间:
2018-09-07 20:47:51
阅读次数:
180
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException? Last Updated on July 17th, 2017 by App Shah 37 comments Are you getti ...
分类:
编程语言 时间:
2018-09-03 13:51:22
阅读次数:
384
leetcode上刷到一题中序遍历一颗二叉树的题,两种方法,使用递归或者栈 原题及解答:https://leetcode.com/problems/binary-tree-inorder-traversal/discuss/164579/recursion-and-stack-solve-the-p ...
分类:
Web程序 时间:
2018-08-30 02:07:15
阅读次数:
220
Integer to Roman http://bangbingsyb.blogspot.com/2014/11/leetcode-integer-to-roman.html https://www.youtube.com/watch?v=LBsvAwQbVdw class Solution { p... ...
分类:
其他好文 时间:
2018-08-28 21:19:14
阅读次数:
173
1.模版方法的定义 模版方法的英文定义为: Template Method Pattern: Define the skeleton of an algorithm in an operation, deferring some steps to subclasses. Template Metho ...
分类:
其他好文 时间:
2018-08-26 19:38:40
阅读次数:
173