1. 首页
  2. 编程语言
  3. C#
  4. // BTree.cpp : Defines the entry point for the console application.

// BTree.cpp : Defines the entry point for the console application.

上传者: 2020-12-12 04:25:48上传 RAR文件 2.24KB 热度 16次
// BTree.cpp : Defines the entry point for the console application. /* 作者:成晓旭 时间:2001年7月2日(9:00:00-14:00:00) 内容:完成二叉树的创建、前序遍历、中序遍历、后序遍历 时间:2001年7月2日(14:00:00-16:00:00) 内容:完成二叉树的叶子节点访问,交换左、右孩子 */ #include "stdafx.h" #include "stdlib.h" #define MAX_NODE 100 #define NODE_COUNT1 8 #define NODE_COUNT2 1
下载地址
用户评论