mirror of
https://github.com/CodePanda66/CSPostgraduate-408.git
synced 2023-05-21 21:49:33 +08:00
Fix a typo (#46)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
//
|
||||
#include <stdio.h>
|
||||
|
||||
//邻接标法(顺序+链式存储)
|
||||
//邻接表法(顺序+链式存储)
|
||||
/**定义模块**/
|
||||
|
||||
#define MaxVertexNum 100
|
||||
@@ -51,4 +51,4 @@ void testModule() {
|
||||
int main() {
|
||||
testModule();
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user