mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 22:34:18 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -173,7 +173,7 @@ class AVLTree:
|
||||
return cur
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
|
||||
def test_insert(tree: AVLTree, val: int):
|
||||
|
Reference in New Issue
Block a user