mirror of
https://github.com/krahets/hello-algo.git
synced 2026-09-04 06:07:13 +00:00
build
This commit is contained in:
@@ -360,16 +360,16 @@ comments: true
|
|||||||
=== "LinkedListDeque"
|
=== "LinkedListDeque"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "pushLast()"
|
=== "push_last()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "pushFirst()"
|
=== "push_first()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "popLast()"
|
=== "pop_last()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "popFirst()"
|
=== "pop_first()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
<p align="center"> 图 5-8 基于链表实现双向队列的入队出队操作 </p>
|
<p align="center"> 图 5-8 基于链表实现双向队列的入队出队操作 </p>
|
||||||
@@ -1998,16 +1998,16 @@ comments: true
|
|||||||
=== "ArrayDeque"
|
=== "ArrayDeque"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "pushLast()"
|
=== "push_last()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "pushFirst()"
|
=== "push_first()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "popLast()"
|
=== "pop_last()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
=== "popFirst()"
|
=== "pop_first()"
|
||||||
{ class="animation-figure" }
|
{ class="animation-figure" }
|
||||||
|
|
||||||
<p align="center"> 图 5-9 基于数组实现双向队列的入队出队操作 </p>
|
<p align="center"> 图 5-9 基于数组实现双向队列的入队出队操作 </p>
|
||||||
|
|||||||
Reference in New Issue
Block a user