Fix a typo (#46)

This commit is contained in:
影入平羌
2021-08-01 16:55:33 +08:00
committed by GitHub
parent 46a0e7b75a
commit 86e9b1e5b6

View File

@@ -4,7 +4,7 @@
//
#include <stdio.h>
//邻接法(顺序+链式存储)
//邻接法(顺序+链式存储)
/**定义模块**/
#define MaxVertexNum 100
@@ -51,4 +51,4 @@ void testModule() {
int main() {
testModule();
return 0;
}
}