mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 23:04:55 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -59,7 +59,7 @@ class ArrayQueue:
|
||||
return res
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化队列
|
||||
queue = ArrayQueue(10)
|
||||
|
Reference in New Issue
Block a user