Most Distant Point from the Sea
Time Limit: 5000MS
 
Memory Limit: 65536K
Total Submissions: 3812
 
Accepted: 1779
 
Special Judge
Description
The main land of Japan ca...
                            
                            
                                分类:
其他好文   时间:
2014-05-12 14:48:41   
                                阅读次数:
438
                             
                    
                        
                            
                            
                                最近在搜索类似scope 
exit的实现时,除了发现已经有人向标准委员会提出意见,还得到一些意外的C++特性,这个特性一直都存在,而且很有趣http://herbsutter.com/2008/01/01/gotw-88-a-candidate-for-the-most-important-cons...
                            
                            
                                分类:
编程语言   时间:
2014-05-12 13:21:19   
                                阅读次数:
414
                             
                    
                        
                            
                            
                                Biker's Trip Odometer
Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4038    Accepted Submission(s): 2703
Problem Description
Most...
                            
                            
                                分类:
其他好文   时间:
2014-05-11 14:53:47   
                                阅读次数:
282
                             
                    
                        
                            
                            
                                Triangle
Time Limit: 3000MS
 
Memory Limit: 30000K
Total Submissions: 8038
 
Accepted: 2375
Description
Given n distinct points on a plane, your task is to find the triangl...
                            
                            
                                分类:
其他好文   时间:
2014-05-11 06:36:44   
                                阅读次数:
425
                             
                    
                        
                            
                            
                                题目
Given a binary tree, find the maximum path sum.
The path may start and end at any node in the tree.
For example:
Given the below binary tree,...
                            
                            
                                分类:
其他好文   时间:
2014-05-11 03:25:24   
                                阅读次数:
298
                             
                    
                        
                            
                            
                                本文为senlie原创,转载请保留此地址:http://blog.csdn.net/zhengsenlie
Maximum Depth of Binary Tree
 Total Accepted: 16605 Total
 Submissions: 38287
Given a binary tree, find its maximum depth.
...
                            
                            
                                分类:
其他好文   时间:
2014-05-11 01:58:31   
                                阅读次数:
441
                             
                    
                        
                            
                            
                                Problem DescriptionIn 2100, since the sea level 
rise, most of the cities disappear. Though some survived cities are still 
connected with others, but m...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 07:33:38   
                                阅读次数:
265
                             
                    
                        
                            
                            
                                find命令小结find命令用于在系统中查找文件,配合 -exec 选项或 
xargs命令还能对查找到得文件执行一些列的自动化操作。基本格式:find [-H] [-L] [-P] [path...] 
[expression]path指定起始搜索路径,可以指定多个,exprssion表示搜索表达式,...
                            
                            
                                分类:
其他好文   时间:
2014-05-10 06:53:44   
                                阅读次数:
324
                             
                    
                        
                            
                            
                                原题地址:http://www.cnblogs.com/x1957/p/3373994.html题意:Given 
an array of integers, every element appearstwiceexcept for one. Find that single 
one.要求:线性时间复...
                            
                            
                                分类:
编程语言   时间:
2014-05-10 05:22:27   
                                阅读次数:
408
                             
                    
                        
                            
                            
                                原题地址:http://oj.leetcode.com/problems/single-number-ii/题意:Given 
an array of integers, every element appearsthreetimes except for one. Find that 
single ...
                            
                            
                                分类:
编程语言   时间:
2014-05-10 03:01:41   
                                阅读次数:
413