mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 06:44:57 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -136,7 +136,7 @@ class BinarySearchTree:
|
||||
return root
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化二叉搜索树
|
||||
nums = list(range(1, 16)) # [1, 2, ..., 15]
|
||||
|
Reference in New Issue
Block a user