mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-01 03:24:24 +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
		
	
	
		
			222 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			222 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # 栈与队列
 | |
| 
 | |
| 
 | |
| 
 | |
| !!! abstract
 | |
| 
 | |
|     栈如同叠猫猫,而队列就像猫猫排队。
 | |
|     
 | |
|     两者分别代表先入后出和先入先出的逻辑关系。
 |