Polish the chapter

introduction, computational complexity.
This commit is contained in:
krahets
2023-08-20 14:51:39 +08:00
parent 5fb728b3d6
commit 2626de8d0b
87 changed files with 375 additions and 371 deletions

View File

@@ -388,7 +388,7 @@
=== "pop()"
![array_stack_pop](stack.assets/array_stack_pop.png)
由于入栈的元素可能会源源不断地增加,因此我们可以使用动态数组,这样就无自行处理数组扩容问题。以下为示例代码。
由于入栈的元素可能会源源不断地增加,因此我们可以使用动态数组,这样就无自行处理数组扩容问题。以下为示例代码。
=== "Java"