设计算法判断一个算术表达式的圆括号是否配对[共3页].doc
#include #include typedef struct node{ char ch; node *next; }Linkstack; Linkstack *Setstack){ //创建空链栈 Linkstack *S; S=(Linkstack )malloc(sizeof(Linkstack; S->next=NULL; return S; }
下载地址
用户评论