搜索资源列表
tree
- TC 下用图形显示二叉树的建立与遍历过程
eight
- 八叉树的实现 功能: 1、创建八叉树。 此八叉树为满树,即所有节点/叶子全部创建。 用户可以自定义此八叉树的深度和所处的三维场景中的位置。 注a:由于创建树时为满树创建,故层数太大时创建时间可能会比较久,请耐心等待。 注b:创建顺序为(1)上层左前节点-(2)上层右前节点-(3)上层右前节点-(4)上层右后节点 -(5)下层左前节点-(6)下层右前节点-(7)下层右前节点-(8)下层右后节点-(1)-(2)…… 2、先序遍历八叉树。 八叉树创建成功后
binarytree
- 二叉树的递归(先序,中序,后序)遍历,创建叶子结点数,二叉树深度-Recursive binary tree (first order, in sequence, after the order) traversal, create leaf nodes, tree depth
25856223liangzhongbianlishu
- 图像遍历树...两种方法实现,实用,方便,里面包含说明文件,以及方法描述-Image ... two ways to traverse the tree implementation, practical, convenient, which contains documentation, as well as the method of descr iption and so on
Depth_FirstSearth
- 实现图的深度遍历 是一个深度优先算法 基于树的先跟遍历-Realize the depth chart is a depth-first traversal algorithm is based on the tree to begin with traversal
binatytree
- 二叉树演示,实现二叉树遍历包括先序,中序,后序后续是自己写的算法可以运行-binatytree display
sichashu
- 四叉树的建立以及三种遍历的方法,欢迎使用以及学习,-Establishment as well as three of the quadtree traversal are welcome to use and learn,
binarytree
- 二叉树的递归(先序,中序,后序)遍历,创建叶子结点数,二叉树深度-Recursive binary tree (first order, in sequence, after the order) traversal, create leaf nodes, tree depth
rebuild
- 树重建问题。给出树的后序、中序遍历顺序,求出数的前序遍历顺序。-Tree reconstruction. After the tree given sequence, the order of traversal, the number of pre-calculated sequence traversal.
KD_tree
- K_D树,python代码,对输入的三维点云数据(x,y,z)建立K_D,并返回前序遍历结果-K_D tree, Python code K_D establish three-dimensional point cloud data (x, y, z) input, and returns the result of the previous preorder
805966
- 用树的层号表示生成一棵树,然后分别用来测试前序遍历的递归与非递归算法,()
146113
- 简单的八皇后问题,分别用一般的递推法和二叉树前序遍历写成,非常适合初学者阅读,()