mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 22:28:40 +08:00 
			
		
		
		
	* 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
 | 
						|
 | 
						|
    栈如同叠猫猫,而队列就像猫猫排队。
 | 
						|
    
 | 
						|
    两者分别代表先入后出和先入先出的逻辑关系。
 |