查找树,俄罗斯方块,系统编程开始

This commit is contained in:
lzy
2024-04-25 21:56:26 +08:00
parent 71fdab3f9f
commit eba0cbb4c4
8 changed files with 305 additions and 2 deletions

View File

@@ -88,8 +88,14 @@
- 广义表
`( root ( left ) ( right) )`,进行嵌套。
- 搜索树
空间换时间,查找是**o(1)**。
**课后作业:词频统计**