赞
踩
算法和问题来自于试卷,辅导书,以及网络。
// 数据结构
typedef struct {
int data[Maxsize];
int top;
}Sqstack;
```//顺序栈
typedef struct {
int data[Maxsize];
int front,rear;
}Squeue;
分析:略
bool Func(char s[]) { int n=0,i=0,j=0; while(s[n]!='\0') { switch(s[n]) { case 'I':++i;break; case 'O':++j; if(j<i) exit(0); } n++; } if(i!=k) return 0; else return 1; }
分析:略
typedef struct Lnode{
char data;
struct Lnode *next;
}Lnode,*Linklist
bool Func(Linklist L,int n)
{
if(L->next==NULL) return 0;
int stack[n/2],top=-1; //构造栈用于判断是否对称。
Lnode *p=L->next;
while(top<n/2)
{
stack[+&#
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。