mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +08:00
deploy
This commit is contained in:
@@ -3316,6 +3316,11 @@
|
||||
<div class="center-table">
|
||||
<p><img alt="栈与队列" src="../assets/covers/chapter_stack_and_queue.jpg" width="600" /></p>
|
||||
</div>
|
||||
<div class="admonition abstract">
|
||||
<p class="admonition-title">Abstract</p>
|
||||
<p>栈如同叠猫猫,而队列就像猫猫排队。</p>
|
||||
<p>两者分别代表着先入后出和先入先出的逻辑关系。</p>
|
||||
</div>
|
||||
<h2 id="_1">本章内容<a class="headerlink" href="#_1" title="Permanent link">¶</a></h2>
|
||||
<ul>
|
||||
<li><a href="https://www.hello-algo.com/chapter_stack_and_queue/stack/">5.1 栈</a></li>
|
||||
|
||||
Reference in New Issue
Block a user