mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-10-31 18:37:48 +08:00 
			
		
		
		
	 b3f100aff1
			
		
	
	b3f100aff1
	
	
	
		
			
			* Add Ruby code blocks to documents * Remove Ruby code from en/docs * Remove "center-table" class in index.md * Add "data-toc-label" to handle the latex heading during the build process * Use normal JD link instead. * Bug fixes
		
			
				
	
	
		
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			258 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 分治
 | |
| 
 | |
| 
 | |
| 
 | |
| !!! abstract
 | |
| 
 | |
|     难题被逐层拆解,每一次的拆解都使它变得更为简单。
 | |
|     
 | |
|     分而治之揭示了一个重要的事实:从简单做起,一切都不再复杂。
 |