- 博客(2)
- 收藏
- 关注
原创 队列-链表部分操作
/* 输入n个数据给队列 对队列遍历 依次出队输出 运行示意: Please input the number you want:3 Please input in turn: 1 2 3 Queue's length:3 1 2 3 Queue's head:1 1 2 3 Queue's length:0 */ #include <stdio.h> #include <stdlib.h> #include <assert.h> // 队列的节点 s.
2021-11-21 17:10:32
102
原创 二叉树部分操作
/* 输入n个数据给队列 对队列遍历 依次出队输出 运行示意: Please input the number you want:3 Please input in turn: 1 2 3 Queue's length:3 1 2 3 Queue's head:1 1 2 3 Queue's length:0 */ #include <stdio.h> #include <stdlib.h> #include <assert.h> // 队列的节点 ...
2021-11-21 17:07:50
183
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人