提交 5769e114 创建 作者: 宋海霞's avatar 宋海霞

modify

上级 2d8a78b3
...@@ -35,7 +35,7 @@ typedef struct EdgeNode { ...@@ -35,7 +35,7 @@ typedef struct EdgeNode {
const char* name; // Side (arc) activity name const char* name; // Side (arc) activity name
}EdgeNode; }EdgeNode;
// // vertex
typedef struct VexNode { typedef struct VexNode {
const char* name; // Use a string as the vertex's stored value. You can also think of it as the vertex's name. const char* name; // Use a string as the vertex's stored value. You can also think of it as the vertex's name.
EdgeNode* firstarc; // Pointing to the first side arc. EdgeNode* firstarc; // Pointing to the first side arc.
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论