mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			285 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			285 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
# 栈与队列
 | 
						|
 | 
						|
<div class="center-table" markdown>
 | 
						|
 | 
						|
{ width="600" }
 | 
						|
 | 
						|
</div>
 | 
						|
 | 
						|
!!! abstract
 | 
						|
 | 
						|
    栈如同叠猫猫,而队列就像猫猫排队。
 | 
						|
    
 | 
						|
    两者分别代表着先入后出和先入先出的逻辑关系。
 |