mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 04:16:29 +08:00
Add back-to-top button.
This commit is contained in:
parent
92a89d04de
commit
f34dde9c65
2 changed files with 2 additions and 2 deletions
|
@ -872,7 +872,7 @@ comments: true
|
|||
|
||||
!!! tip
|
||||
|
||||
某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码一样去特意包装一层。
|
||||
某些语言并未专门提供栈类,但我们可以直接把该语言的「数组」或「链表」看作栈来使用,并通过“脑补”来屏蔽无关操作,而无需像上述代码去特意包装一层。
|
||||
|
||||
## 栈典型应用
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ theme:
|
|||
- navigation.sections
|
||||
# - navigation.tabs
|
||||
# - navigation.tabs.sticky
|
||||
# - navigation.top
|
||||
- navigation.top
|
||||
- navigation.footer
|
||||
- navigation.tracking
|
||||
- search.highlight
|
||||
|
|
Loading…
Reference in a new issue