This commit is contained in:
krahets
2024-04-01 05:25:55 +08:00
parent bea0686622
commit 269d9c3760
33 changed files with 202 additions and 246 deletions

View File

@@ -1496,9 +1496,7 @@
<!-- Page content -->
<h1 id="chapter-5-stack-and-queue">Chapter 5. &nbsp; Stack and Queue<a class="headerlink" href="#chapter-5-stack-and-queue" title="Permanent link">&para;</a></h1>
<div class="center-table">
<p><a class="glightbox" href="../assets/covers/chapter_stack_and_queue.jpg" data-type="image" data-width="100%" data-height="auto" data-desc-position="bottom"><img alt="Stack and Queue" class="cover-image" src="../assets/covers/chapter_stack_and_queue.jpg" /></a></p>
</div>
<div class="admonition abstract">
<p class="admonition-title">Abstract</p>
<p>A stack is like cats placed on top of each other, while a queue is like cats lined up one by one.</p>