摘要: #include <stdio.h> #include <stdlib.h> typedef int ElemType; //////////////////////////////////////////// //定义结点类型 typedef struct DulNode { ElemType d 阅读全文
posted @ 2022-03-13 17:23 zhichutian 阅读(151) 评论(0) 推荐(0)