共享棧

  結構   #define MAXSIZE 20  typedef int SElemType;  typedef struct {      SElemType data[MAXSIZE];      int top1;      int top2;  }SqDoubleStack;  入棧   bool push(SqDoubleStack *S,SElemType e,int stackN
相關文章
相關標籤/搜索