mirror of
				https://github.com/krahets/hello-algo.git
				synced 2025-11-04 14:18:20 +08:00 
			
		
		
		
	Add back-to-top button.
This commit is contained in:
		@ -872,7 +872,7 @@ comments: true
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
!!! tip
 | 
					!!! tip
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码一样去特意包装一层。
 | 
					    某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码去特意包装一层。
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 栈典型应用
 | 
					## 栈典型应用
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -32,7 +32,7 @@ theme:
 | 
				
			|||||||
    - navigation.sections
 | 
					    - navigation.sections
 | 
				
			||||||
    # - navigation.tabs
 | 
					    # - navigation.tabs
 | 
				
			||||||
    # - navigation.tabs.sticky
 | 
					    # - navigation.tabs.sticky
 | 
				
			||||||
    # - navigation.top
 | 
					    - navigation.top
 | 
				
			||||||
    - navigation.footer
 | 
					    - navigation.footer
 | 
				
			||||||
    - navigation.tracking
 | 
					    - navigation.tracking
 | 
				
			||||||
    - search.highlight
 | 
					    - search.highlight
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user