mirror of
https://github.com/krahets/hello-algo.git
synced 2026-07-01 18:14:25 +00:00
Unify the comment style of python codes
This commit is contained in:
@@ -69,7 +69,7 @@ class GraphAdjList:
|
||||
print(f"{vertex.val}: {tmp},")
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化无向图
|
||||
v = vals_to_vets([1, 3, 2, 5, 4])
|
||||
|
||||
Reference in New Issue
Block a user