For a given sorted array (ascending order) and a target number, find the first index of this number in O(log n) time complexity. If the target number  ...
                            
                            
                                分类:
其他好文   时间:
2016-07-04 06:30:31   
                                阅读次数:
169
                             
                         
                    
                        
                            
                            
                                Sort a linked list in O(n log n) time using constant space complexity. Example Given 1->3->2->null, sort it to 1->2->3->null. Merge Sort version 1 /** ...
                            
                            
                                分类:
其他好文   时间:
2016-07-03 11:39:05   
                                阅读次数:
163
                             
                         
                    
                        
                            
                            
                                See at:补充栏3: C++对象和共享内存 (叙述内容和Link1的内容基本一致) 《C++网络编程 卷1:运用ACE和模式消除复杂性》 《C++ Network Programming Volume 1 Mastering Complexity with ACE and Patterns》 - ...
                            
                            
                                分类:
编程语言   时间:
2016-07-01 22:45:05   
                                阅读次数:
152
                             
                         
                    
                        
                            
                            
                                ..摘自《C++网络编程 卷1:运用ACE和模式消除复杂性》 《C++ Network Programming Volume 1 Mastering Complexity with ACE and Patterns》 -Douglas C.Schmidt, Stephen D. Huston -叶斌 ...
                            
                            
                                分类:
编程语言   时间:
2016-06-30 20:06:59   
                                阅读次数:
211
                             
                         
                    
                        
                            
                            
                                    There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
                            
                            
                                分类:
其他好文   时间:
2016-06-26 15:14:14   
                                阅读次数:
115
                             
                         
                    
                        
                            
                            
                                There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
                            
                            
                                分类:
其他好文   时间:
2016-06-25 14:58:33   
                                阅读次数:
101
                             
                         
                    
                        
                            
                            
                                    There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
                            
                            
                                分类:
其他好文   时间:
2016-06-23 22:22:31   
                                阅读次数:
163
                             
                         
                    
                        
                            
                            
                                http://blog.csdn.net/horkychen/article/details/45381743 什么是软件设计的复杂度 软件技术发展的使命之一就是控制复杂度(Complexity)。从高级语言的产生,到结构化编程,再到面向对象编程、组件化编程等等。关于复杂度的定义并不一致,想要详细了 ...
                            
                            
                                分类:
其他好文   时间:
2016-06-17 00:39:16   
                                阅读次数:
210
                             
                         
                    
                        
                            
                            
                                领域驱动设计之领域模型 加一个导航,关于如何设计聚合的详细思考,见这篇文章。 2004年Eric Evans 发表Domain-Driven Design –Tackling Complexity in the Heart of Software (领域驱动设计),简称Evans DDD。领域驱动设 ...
                            
                            
                                分类:
其他好文   时间:
2016-06-16 17:33:38   
                                阅读次数:
289
                             
                         
                    
                        
                            
                            
                                There are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sh ...
                            
                            
                                分类:
其他好文   时间:
2016-06-13 18:52:13   
                                阅读次数:
226