Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Aug 1, 2024
1 parent e7d7017 commit 471b2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/level/data_structure_design.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 数据结构设计

结构体:
## 结构体设计

- `Map`: 存储地图数据.
- 包含所有地图元素的数组.
Expand All @@ -23,7 +23,7 @@
>
> 由于该数组是动态数组, 二维动态数组的分配与释放需要更大的开销. 而使用一维动态数组, 内存布局会更加紧凑, 且可以提供使用二维坐标读取地图内容的关联函数. 因此使用一维数组更为合适.
它们之间的转换关系如下:
## 转换关系

```mermaid
flowchart LR
Expand Down

0 comments on commit 471b2be

Please sign in to comment.