会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
shanlu
博客园
首页
新随笔
联系
管理
订阅
2020年5月12日
利用栈结构完成队列元素逆置
摘要: 1,将1-9入队列 2,出队列 3,进栈 4,出栈 #include<stdio.h> #include<stdlib.h> #include "stack.h"; #define Capacity 9 typedef struct Node { int data; struct Node* nex
阅读全文
posted @ 2020-05-12 22:21 shanlu
阅读(2112)
评论(0)
推荐(0)
编辑
公告