mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-24 10:33:34 +08:00
Remove the file headers from the docs.
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
---
|
||||
comments: true
|
||||
---
|
||||
|
||||
# AVL 树 *
|
||||
|
||||
在「二叉搜索树」章节中提到,在进行多次插入与删除操作后,二叉搜索树可能会退化为链表。此时所有操作的时间复杂度都会由 $O(\log n)$ 劣化至 $O(n)$ 。
|
||||
|
||||
Reference in New Issue
Block a user