mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 22:34:18 +08:00
Fix code naming style.
This commit is contained in:
@ -13,7 +13,7 @@ from modules import *
|
||||
class AVLTree:
|
||||
"""AVL 树"""
|
||||
|
||||
def __init__(self, root: TreeNode | None = None):
|
||||
def __init__(self):
|
||||
"""构造方法"""
|
||||
self._root = None
|
||||
|
||||
|
Reference in New Issue
Block a user