Location:
Search - Binary_Tree
Search list
Description: 先建立一個一維陣列,並將陣列中的值用來建立一個二元樹。
Platform: |
Size: 858477 |
Author: 咻~~ |
Hits:
Description: AVL树的实现代码(包括插入,删除,统计信息等操作)
Platform: |
Size: 8617 |
Author: 许民皆 |
Hits:
Description: java的二叉树的实现参考-the realization of the binary reference
Platform: |
Size: 13349 |
Author: Rachel |
Hits:
Description: 创建一个二叉树及进行二叉树的遍历、计算、复制等相关基本操作
Platform: |
Size: 4253 |
Author: 盛镇醴 |
Hits:
Description: 如何将ABCDEFG按照指定的顺序,创建二叉树,
Platform: |
Size: 926 |
Author: zhuyiye |
Hits:
Description: java的二叉树的实现参考-the realization of the binary reference
Platform: |
Size: 13312 |
Author: Rachel |
Hits:
Description: 先建立一個一維陣列,並將陣列中的值用來建立一個二元樹。-First to establish a one-dimensional arrays, and array of values used to create a binary tree.
Platform: |
Size: 858112 |
Author: 咻~~ |
Hits:
Description: AVL树的实现代码(包括插入,删除,统计信息等操作)-AVL tree code (including insert, delete, statistical information, such as operations)
Platform: |
Size: 8192 |
Author: 许民皆 |
Hits:
Description: 创建一个二叉树及进行二叉树的遍历、计算、复制等相关基本操作-Create a binary tree and binary tree traversal, computing, copying and other related basic operation
Platform: |
Size: 4096 |
Author: szl |
Hits:
Description: 如何将ABCDEFG按照指定的顺序,创建二叉树,-How to ABCDEFG in accordance with the order specified to create binary tree,
Platform: |
Size: 1024 |
Author: zhuyiye |
Hits:
Description: 根据所输入的一串数字,以“,”间隔,生成一棵二分查找树,生成的树以图像形式出现。-According to the input of a string of figures, interval to generate a binary search tree, the tree generated in the form of images.
Platform: |
Size: 43008 |
Author: wins |
Hits:
Description: 二叉树三种遍历的非递归算法
给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。-Binary Tree Traversal three non-recursive algorithm
Platform: |
Size: 1024 |
Author: zhangli |
Hits:
Description: Binary_tree.cpp :执行文件生成所有二叉树
这样做的目的C + +程序是产生所有二叉树指定节点数目。
基本思想是衍生所有二叉树基于退化树。
该算法的动机是圆括号法则代表二叉树。
一组括号可通过字典秩序排列,由此也可以产生二叉树。但该算法代码中并没有简单地转换括号代表性 它一直在改变过去的节点从最新二叉树下一可能位置(在这里,我们假设右向是正确的退化树方向) 。
该文件还提到计算机内存时(读/写)和avarage参考值。
这个工程在Microsoft Visual Studio 2005环境。-//Binary_tree.cpp : implementation file for generating all the binary tree
//The purpose of this C++ Program is to generate all the binary trees given the node number.
//The basic idea is to evolve all the binary trees from the degenerate tree.
//The algorithm is motivated by the parenthesis representation of binary trees.
//The parenthesis set can be organized through lexicographical order. But the algorithm
//in the code has not simply converted from parenthesis representation instead
//it has kept on shifting the last node from the latest binary tree to the next
//possible left handside position(here we assume the degenerate tree is right handside).
//This file has also computed the memory reference times(read/write) and avarage
//reference times.
//
//This program works in microsoft visual studio 2005 environment.
Platform: |
Size: 3072 |
Author: hunter |
Hits:
Description: 快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序.
创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
Platform: |
Size: 1024 |
Author: Mary |
Hits:
Description: binary_tree,数据结构中二叉树的实现-binary_tree, the binary tree data structure to achieve
Platform: |
Size: 274432 |
Author: asdf |
Hits:
Description: 这个程序是关于二叉树的实现。是去年做的,关于遍历二叉树之类的。-the implement of binary tree
Platform: |
Size: 153600 |
Author: 王丽 |
Hits:
Description: 二叉树三种遍历的非递归算法(背诵版), 学数据结构的朋友推荐看一看!-binary_tree
Platform: |
Size: 1024 |
Author: zhang |
Hits:
Description: 用c#实现二叉树(二叉树的前序,中序,后序遍历,以及删除节点等功能)-To use c# to achieve binary tree (binary tree preorder, inorder, postorder, and delete nodes and other functions)
Platform: |
Size: 19456 |
Author: 淡靥 |
Hits:
Description: 二叉树的基本功能的实现,在VC++6.0环境下编程实现,有良好的注释。-The realization of the basic functions of a binary tree, in VC++6.0 programming environment, there is a good comment.
Platform: |
Size: 3072 |
Author: 陈卫亮 |
Hits:
Description: 这是关于平衡树的一个程序,我希望能帮助别人对C++的学习-It is about Binary_tree,I hope it can help someone lean C++ .If someone find mistakes I will thank her/him .
Platform: |
Size: 916480 |
Author: 张汇东 |
Hits: