搜索资源列表
Creat BTree
- 创建二叉树的 Java程序-create the binary tree Java programs
BiTree
- Java实现的二叉树,采用先序递归创建以及三种递归访问-Binary Tree Java achieved using the first sequence, as well as the creation of three recursive recursive visit
CreateBinTreeRun.java
- 创建二叉树的Java程序,源码,文本存储-Create a binary tree of Java programs, source code, text storage
com
- 利用队列实现二叉查找树的创建及其增、删等相关操作-Queuing using the binary search tree to create and add, delete and other related operations
student-system
- 本系统是个学生成绩管理系统 有如下功能: 1.用顺序表n个学生的学号和成绩录入; 思想: 在主函数里完成学生人数限定,和定义学生的结构体指针,调用录入函数。 用结构体指针完成学生信息录入。 2.用选择排序法对n个学生的成绩按照降序排列; 思想: 定义2个学生结构体指针,用选择法完成学生成绩排序。 3.利用栈和队列的算法操作,删除不及格的学生信息,保留及格学生信息在栈或队列中; 思想: 定义一
mahy
- 平衡二叉查找树的创建及其插入、删除数据时的相关调整-Balanced binary search tree to create and insert, delete data related adjustment
二叉树非递归创建
- 用c++编程,二叉树非递归的创建,创建 求深度 查找 求叶子结点数 遍历输出 层次遍历 层次创建(Non-recursive creation of binary tree)