鄰接表

#include<stdio.h> #include<stdlib.h> #include<malloc.h> #include<string.h> #define maxsize 100 typedef char verteg[4]; typedef enum { DN,DG,UN,UG }graph; typedef struct arcnode                   //邊結點
相關文章
相關標籤/搜索