2021年10月11日

顺序栈的实现(数值转换为例)

摘要: #include<stdio.h> #include<stdlib.h> #include<string.h> #include<malloc.h> #define STACK_INIT_SIZE 100 #define STACKINCREASE 10 #define ERROR 0 #defin 阅读全文

posted @ 2021-10-11 11:35 安叙 阅读(198) 评论(0) 推荐(0) 编辑

2021年10月4日

链表的构造、清空、销毁、删除和插入

摘要: 链表的构造、清空、销毁、删除和插入 阅读全文

posted @ 2021-10-04 20:52 安叙 阅读(560) 评论(0) 推荐(0) 编辑

C语言顺序表的构造、销毁、清空、取值、插入、删除和查询

摘要: C语言顺序表的构造、销毁、清空、取值、插入、删除和查询 阅读全文

posted @ 2021-10-04 15:49 安叙 阅读(1658) 评论(0) 推荐(0) 编辑

导航