⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 status.h

📁 数据结构中的二叉树的遍历(前序、中序、后序)算法
💻 H
字号:
/*
  Name: status.h
  Copyright: math@jnu
  Author: Fan zz
  Date: 29-09-08 15:55
  Description: The file define the common
                status which will be used
                in the all code.
*/



//函数结果状态代码
#define OK        1
#define ERROR     0
#define INFEASIBLE -1
#define OVERFLOW -2
typedef int Status;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -