求数据结构高手帮忙解决小问题,如果采用另追加250
求数据结构高手帮忙解决小问题,如果采用另追加250
日期:2016-06-20 03:03:55 人气:1
1)线形表的应用??迷宫求解
#include
#include
#include
#define TRUE 1
#define FALSE 0
#define OK 1
#define ERROR 0
#define OVERFLOW -2
typedef int Status;
//stack.h
#include "base.h"
#define INIT_SIZE 100