mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 21:24:53 +08:00
Unify the comment style of python codes
This commit is contained in:
@ -84,7 +84,7 @@ class GraphAdjMat:
|
||||
print_matrix(self.adj_mat)
|
||||
|
||||
|
||||
""" Driver Code """
|
||||
"""Driver Code"""
|
||||
if __name__ == "__main__":
|
||||
# 初始化无向图
|
||||
# 请注意,edges 元素代表顶点索引,即对应 vertices 元素索引
|
||||
|
||||
Reference in New Issue
Block a user