摘要: #include <stdio.h> #include <stdbool.h> #include <stdlib.h> /******************************************************************* * * 函数名称: MinDelate * 阅读全文
posted @ 2024-04-22 20:52 Zeratul$$$ 阅读(19) 评论(0) 推荐(0)
摘要: include <stdio.h> include <stdbool.h> include <stdlib.h> // 指的是单向链表中的结点有效数据类型,用户可以根据需要进行修改 typedef int DataType_t; // 构造链表的结点,链表中所有结点的数据类型应该是相同的 typed 阅读全文
posted @ 2024-04-22 20:42 Zeratul$$$ 阅读(19) 评论(0) 推荐(0)
摘要: /******************************************************************* * file name: main.c author : 1810866453@163.com date : 2024/04/22 function : 实现对链 阅读全文
posted @ 2024-04-22 20:22 Zeratul$$$ 阅读(23) 评论(0) 推荐(0)