mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Update Dart code to output same as Java (#522)
This commit is contained in:
@ -85,8 +85,7 @@ class GraphAdjMat {
|
||||
|
||||
/* 打印邻接矩阵 */
|
||||
void printAdjMat() {
|
||||
print("顶点列表 = ");
|
||||
print(vertices);
|
||||
print("顶点列表 = $vertices");
|
||||
print("邻接矩阵 = ");
|
||||
printMatrix(adjMat);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user