数据结构——迷宫求解问题
摘要:
迷宫求解代码如下:#define stack_init_size 200 #define overflow 0#define ok 1#define error 0 #include#include typedef int Status; typedef struct{int x;int y;}PosType; int mg[10][10];int zx[5],zy[5]; typ... 阅读全文
posted @ 2005-11-19 15:09 liunao 阅读(6213) 评论(6) 推荐(0)
浙公网安备 33010602011771号