mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 15:01:58 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -114,7 +114,7 @@ def factorial_recur(n: int) -> int:
|
||||
return count
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 可以修改 n 运行,体会一下各种复杂度的操作数量变化趋势
|
||||
n = 8
|
||||
|
Reference in New Issue
Block a user