mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 11:41:22 +08:00
Add figure and table numbers in normal texts.
This commit is contained in:
@@ -314,7 +314,7 @@
|
||||
|
||||
观察下表,二叉搜索树的各项操作的时间复杂度都是对数阶,具有稳定且高效的性能表现。只有在高频添加、低频查找删除的数据适用场景下,数组比二叉搜索树的效率更高。
|
||||
|
||||
<p align="center"> 表:数组与搜索树的效率对比 </p>
|
||||
<p align="center"> 表 <id> 数组与搜索树的效率对比 </p>
|
||||
|
||||
| | 无序数组 | 二叉搜索树 |
|
||||
| -------- | -------- | ----------- |
|
||||
|
||||
Reference in New Issue
Block a user