Google has deprecated HttpClientChoose an HTTP 
ClientMost network-connected Android apps use HTTP to send and receive data. 
Android includes two HTTP ...
                            
                            
                                分类:
其他好文   时间:
2014-05-27 01:12:43   
                                阅读次数:
343
                             
                    
                        
                            
                            
                                题目:Given two binary trees, write a function to 
check if they are equal or not.Two binary trees are considered equal if they are 
structurally identical...
                            
                            
                                分类:
其他好文   时间:
2014-05-23 12:40:21   
                                阅读次数:
352
                             
                    
                        
                            
                            
                                题目:Two elements of a binary search tree (BST) are 
swapped by mistake.Recover the tree without changing its structure.Note:A 
solution using O(n) space ...
                            
                            
                                分类:
其他好文   时间:
2014-05-23 11:31:51   
                                阅读次数:
299
                             
                    
                        
                            
                            
                                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 digit. Add the two numbers and return it as a link...
                            
                            
                                分类:
其他好文   时间:
2014-05-23 07:43:23   
                                阅读次数:
246
                             
                    
                        
                            
                            
                                Nearest number - 2
Description
Input is the matrix A of N by N non-negative integers....
                            
                            
                                分类:
其他好文   时间:
2014-05-22 09:38:33   
                                阅读次数:
236
                             
                    
                        
                            
                            
                                题目:
    Given an array of integers, every element appears
three times except for one. Find that single one.
    Note:
    Your algorithm should have a linear runtime complexity. Could you implem...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 16:22:52   
                                阅读次数:
241
                             
                    
                        
                            
                            
                                戳我去解题Given two binary strings, return their sum 
(also a binary string).For example,a ="11"b 
="1"Return"100".分析:高精度加法,只是将10进制的高精度加法 换成了 2进制的高精度加法首先将 两个...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 11:21:52   
                                阅读次数:
224
                             
                    
                        
                            
                            
                                戳我去解题Given two binary trees, write a function to 
check if they are equal or not.Two binary trees are considered equal if they are 
structurally identic...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 10:09:37   
                                阅读次数:
201
                             
                    
                        
                            
                            
                                戳我去解题Merge two sorted linked lists and return it as 
a new list. The new list should be made by splicing together the nodes of the 
first two lists.分析:直...
                            
                            
                                分类:
其他好文   时间:
2014-05-20 08:52:09   
                                阅读次数:
277
                             
                    
                        
                            
                            
                                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 ...
                            
                            
                                分类:
其他好文   时间:
2014-05-19 12:05:23   
                                阅读次数:
386