This commit is contained in:
krahets
2023-03-13 21:51:34 +08:00
parent 581ca559c1
commit 98ea0ab02a
25 changed files with 141 additions and 141 deletions

View File

@@ -1821,7 +1821,7 @@
<p align="center"> Fig. 栈的先入后出规则 </p>
<h2 id="511">5.1.1. &nbsp; 栈常用操作<a class="headerlink" href="#511" title="Permanent link">&para;</a></h2>
<p>栈的常用操作见下表,方法名需根据语言来确定,此处以 Java 为例。</p>
<p>栈的常用操作见下表,方法名需根据编程语言来确定,此处我们以常见的 <code>push</code> , <code>pop</code> , <code>peek</code> 为例。</p>
<div class="center-table">
<table>
<thead>