Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes ...
                            
                            
                                分类:
其他好文   时间:
2018-03-01 17:06:59   
                                阅读次数:
169
                             
                    
                        
                            
                            
                                https://leetcode.com/problems/binary-tree-longest-consecutive-sequence/description/Given a binary tree, find the length of the longest consecutive seq... ...
                            
                            
                                分类:
其他好文   时间:
2018-03-01 11:38:14   
                                阅读次数:
142
                             
                    
                        
                            
                            
                                Sorted by frequency of problems that appear in real interviews.Last updated: October 2, 2017Google (214)534 Design TinyURL388 Longest Absolute File Pa ...
                            
                            
                                分类:
其他好文   时间:
2018-02-27 10:24:36   
                                阅读次数:
388
                             
                    
                        
                            
                            
                                https://leetcode.com/problems/maximum-depth-of-binary-tree/description/Given a binary tree, find its maximum depth.The maximum depth is the number of ... ...
                            
                            
                                分类:
其他好文   时间:
2018-02-27 10:23:20   
                                阅读次数:
189
                             
                    
                        
                            
                            
                                No. Title Level Rate 1 Two Sum Medium 17.70% 2 Add Two Numbers Medium 21.10% 3 Longest Substring Without Repeating Characters Medium 20.60% 4 Median o... ...
                            
                            
                                分类:
其他好文   时间:
2018-02-27 10:20:26   
                                阅读次数:
240
                             
                    
                        
                            
                            
                                1.SpringMVC如何解析视图 2.具体说明 3.视图 4.常用的视图 5.视图解析器 6.常用的视图解析器实现类 程序员可以选择一种视图解析器或混用多种视图解析器 每个视图解析器都实现了 Ordered 接口并开放出一个 order 属性,可 以通过 order 属性指定解析器的优先顺序,or ...
                            
                            
                                分类:
其他好文   时间:
2018-02-26 23:10:45   
                                阅读次数:
143
                             
                    
                        
                            
                            
                                SQL ordered by Reads  物理读  数据泵
                            
                            
                                分类:
其他好文   时间:
2018-02-26 16:24:38   
                                阅读次数:
170
                             
                    
                        
                            
                            
                                题目:Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the l ...
                            
                            
                                分类:
其他好文   时间:
2018-02-26 11:20:07   
                                阅读次数:
187
                             
                    
                        
                            
                            
                                    Given a string containing just the characters '(' and ')', find the length of the longest valid (well-formed) parentheses substring. For "(()", the lo ...
                            
                            
                                分类:
其他好文   时间:
2018-02-25 19:13:20   
                                阅读次数:
143
                             
                    
                        
                            
                            
                                    最长的回文字符串第二部分 原文为英文页面,地址:https://articles.leetcode.com/longest-palindromic-substring-part-ii/ 给定一个字符串S,找到S中最长的回文子字符串。 注意:这是文章的第二部分:最长回文子串。在这里,我们描述了一个算法 ...
                            
                            
                                分类:
其他好文   时间:
2018-02-23 20:43:57   
                                阅读次数:
217