优化排版,把复杂度标记为公式

This commit is contained in:
bqlin
2021-12-10 20:07:53 +08:00
parent 973582cd7e
commit 90638af21a
96 changed files with 462 additions and 449 deletions

View File

@@ -17,7 +17,7 @@
首先找到需要删除的节点;
如果找到了,删除它。
说明: 要求算法时间复杂度为 O(h)h 为树的高度。
说明: 要求算法时间复杂度为 $O(h)$h 为树的高度。
示例: