文件名称:二叉链表
介绍说明--下载内容均来自于网络,请自行研究使用
一、 实验目的
(一) 掌握二叉树的逻辑结构和二叉链表存储结构;
(二) 验证二叉树的二叉存储和遍历及其基本操作的实现;
(三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment
(1) master the logical structure of the two tree and the storage structure of the two linked list;
(two) verify the two fork tree two fork storage and traversal and the basic operation of the realization;
(three) understand the relation between algorithm and program, and convert sequential table algorithm into corresponding program;)
(一) 掌握二叉树的逻辑结构和二叉链表存储结构;
(二) 验证二叉树的二叉存储和遍历及其基本操作的实现;
(三) 理解算法与程序的关系,能够将顺序表算法转化为对应程序;(First, the purpose of the experiment
(1) master the logical structure of the two tree and the storage structure of the two linked list;
(two) verify the two fork tree two fork storage and traversal and the basic operation of the realization;
(three) understand the relation between algorithm and program, and convert sequential table algorithm into corresponding program;)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
二叉链表.cpp