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

📄 avl_errors.cpp

📁 独立于AVL库的存储媒体 虽现在有不少可用的AVL树库
💻 CPP
字号:
/////////////////////////////////////////////////////////////////////////////
// Name:        avl_errors.cpp
// Version:		1.0.0
// Purpose:     AVL Library Error Message Definitions
// Author:      Wu Yuh Song
// Modified by:
// Created:     07/30/1999
// Copyright:   (c) Wu Yuh Song
// Licence:   	Wu Yuh Song's Library Licence, Version 1
/////////////////////////////////////////////////////////////////////////////

#include "avl_errors.h"



char* AVL_Errors::szErrorMessages[] =  
	{	{"No information available"},
		{"Unknown Error"},
		{"Node replaced"},
		{"Tree is empty"},
		{"Invalid list head node"},
		{"Invalid list tail node"},
		{"Found nodes with same key value"},
		{"Node number is incorrect"},
		{"The height of the tree is incorrect"},
		{"Can't find the corresponding node"},
		{"\0"}
	};

⌨️ 快捷键说明

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