• 2024-07-06图子系统
    #include"stdio.h"#include"malloc.h"#defineMAX100typedefcharVertexType;intvisited[MAX];typedefstructnode{ intadjvex; structnode*next;}EdgeNode;typedefstructvexnode{ VertexTypedata; EdgeNode*firstedge;}VHe