【數據結構基礎】校園網布線問題

#define MaxVertexNum 50 #define INFINITY 3000 #include<stdio.h> #include<stdlib.h> typedef struct Node{ //頂點結點 int num; char name[20]; char info[100]; }VertexNode; typedef struct{ Ver
相關文章
相關標籤/搜索