- 博客(2)
- 收藏
- 关注
原创 括号匹配问题
//括号匹配问题 /* #include using namespace std; const int MIX=40; typedef struct Node { char data; struct Node *next; }node; class Queue { private: node *first; node *rear; char stick[MI
2013-04-24 08:55:39
356
原创 迷宫问题(如何将走去迷宫的路径输出?)
/* #include #include #include #define MIX 100 int top=0; //int link=-1; void pushstack(int maze[][10],int stack[MIX][2],int reline,int recolumn); void popstack(int maze[][10],int stack[MIX][2]
2013-04-24 08:50:31
775
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人