mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-05 03:30:30 +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