mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-04 03:00:06 +08:00
deploy
This commit is contained in:
@@ -1821,7 +1821,7 @@
|
||||
<p align="center"> Fig. 栈的先入后出规则 </p>
|
||||
|
||||
<h2 id="511">5.1.1. 栈常用操作<a class="headerlink" href="#511" title="Permanent link">¶</a></h2>
|
||||
<p>栈的常用操作见下表,方法名需根据语言来确定,此处以 Java 为例。</p>
|
||||
<p>栈的常用操作见下表,方法名需根据编程语言来确定,此处我们以常见的 <code>push</code> , <code>pop</code> , <code>peek</code> 为例。</p>
|
||||
<div class="center-table">
|
||||
<table>
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user