搜索资源列表
BinaryTree
- 学习数据结构课程中二叉树基本操作算法实现-Binary Tree
BinaryTree
- 本程序实现二叉树的遍历,绝对原创。质量高!-A very good program .
Two_forks_the_tree
- 定义一个本地C++类来表示整数值的有序二叉树。还需要一个Node类,不过它可以使BinaryTree的内部类。写程序,通过存储任意顺序的整数,然后以升序方式检索并输出这些整数,测试BinaryTree类是否工作正常。-Define a the local C++ class to represent the integer value of the ordered binary tree. A Node class, but it can make a BinaryTree the intern
BinaryTree
- 建立二叉树并进行各种遍历、求树的深度和高度-build binarytree and transvers in all ways,and caculate height and depth.
binarytree
- 实现二叉树的构建、插入元素、删除元素、遍历的基本功能。-Binary tree is constructed, insert elements, remove elements, the basic functions of traversal.
BinaryTree
- 实现二叉树的基本功能,如建立,插入,删除,清空。-Binary tree basic functions