01. 数组基础知识 #44
utterances-bot
started this conversation in
Comments
Replies: 14 comments 1 reply
-
remove append pop insert |
Beta Was this translation helpful? Give feedback.
0 replies
-
图表更新了,更加简单易懂了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
改变元素图是不是错了 |
Beta Was this translation helpful? Give feedback.
0 replies
-
数组是静态数据结构,在尾部插入应该需要先将原来的复制到新的内存空间,所以复杂度是O(n)而不是O(1) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
01. 数组基础知识 | 算法通关手册
数组基础知识 # 1. 数组简介 # 1.1 数组定义 # 数组(Array):一种线性表数据结构。它使用一组连续的内存空间,来存储一组具有相同类型的数据。 简单来
https://algo.itcharge.cn/01.Array/01.Array-Basic/01.Array-Basic/
Beta Was this translation helpful? Give feedback.
All reactions