mirror of
https://github.com/krahets/hello-algo.git
synced 2025-12-19 07:17:54 +08:00
Unify the comment style of python codes
This commit is contained in:
@@ -91,7 +91,7 @@ class ArrayDeque:
|
||||
return res
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化双向队列
|
||||
deque = ArrayDeque(10)
|
||||
|
||||
Reference in New Issue
Block a user