From 308d0314559cb8b7429167996d35806aa2166cf8 Mon Sep 17 00:00:00 2001 From: Xu Bai <1373953675@qq.com> Date: Sat, 13 Jul 2019 22:31:20 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _04.树/02二叉树链式结构实现_BiTreeLink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_04.树/02二叉树链式结构实现_BiTreeLink.c b/_04.树/02二叉树链式结构实现_BiTreeLink.c index 3809d1a..7dc753a 100644 --- a/_04.树/02二叉树链式结构实现_BiTreeLink.c +++ b/_04.树/02二叉树链式结构实现_BiTreeLink.c @@ -9,7 +9,7 @@ #define ERROR 0 #define TRUE 1 #define FALSE 0 - +#define OVERFLOW -1 #define MAXSIZE 100 /* 洢ռʼ */ typedef int Status; /* StatusǺ,ֵǺ״̬룬OK */