搜索资源列表
3
- 定义一个二叉树的类,并递归与非递归中序遍历二叉树-Define a binary tree class, and recursive and non-recursive traversal of binary tree
Tree
- Binary search tree - class template BST - Some basic method: insert, delete
Binary-tree-search
- 这是一个有关二叉树查找类,总的来说比较好用-This is a binary tree to find the class, are generally more easy to use
BinaryTree
- 数据结构(清华第2版)中,可重用的二叉树类-Data structure (Tsinghua 2nd edition), the reusable binary tree class
HuffmanTree
- 数据结构(清华第2版)中,可重用哈夫曼树类-Data structure (Tsinghua 2nd edition), you can reuse the Huffman tree class
2xtree
- 标准c实现的排序二叉树,该代码从实际运行的程序代码中分离出来,用C++思想稍为封装一下,也能形成自己的排序二叉树操作类-Order to achieve the standard c binary tree, the code actually runs code from separating, using C++ thinking about a little package can also form their own sort binary tree class action
tree
- MFC对话框类实现对二叉树的中序遍历排序,前序遍历排序,后序遍历排序,请仔细阅读程序后了解程序输入的格式-MFC dialog class in order to realize the binary tree traversal order, preorder traversal order, post order traversal order, please carefully read the procedures to understand the procedure input fo
Exp21_1
- 建立二叉排序树类模板。二叉排序树关键技术是二叉排序树的建立和查找-The establishment of binary sort tree class template. Binary sort tree key technology is the binary sort tree establishment and find
binaryTree
- 本程序用二叉树类实现了从键盘输入二叉树的两种遍历结果,在内存中建立二叉链表,根据遍历结果恢复该二叉树,并在屏幕上显示该二叉树。整个程序采用多文件,一个头文件,一个函数实现文件,以及主函数所在文件。-The program uses a binary tree class implements a binary tree from two keyboard traversal results in memory to create the binary list, according to res
tree-2.65
- 类STL的Tree Class. Open Source. 很多项目都有用到。作者:Kasper Peeters reference:http://tree.phi-sci.com/-a STL-like Tree Class which created by Kasper Peeters. It is an open source file and has already widely used in many mature projects
Chap4_BinaryTree
- 二叉树类代码。其中包括逻辑结构、存储结构和各种增删查找的功能。需要用的时候只需#include "BinaryTree.h"即可-Binary tree class code. Including logical structure, storage structure and function of a variety of additions and deletions are looking for. When needed just# include " BinaryTree.h
binarysearchtree
- Binary Search Tree with Node class.-Binary Search Tree with Node class.
JavaApplication2
- Java Shannon Fano Algorithm , encryption and decryption. CitireBit.java read bit by bit from text/bmp file Compara.java compares 2 bits In.txt it s the in file for the interface and algorithm Interfata.java it s the interface file Nod.java
the-application-of-tree
- 做了一个树模板类(protected派生于二叉树类)。 类方法模仿MFC的CTreeCtrl-Made a tree template class (protected derived from binary tree class). MFC' s CTreeCtrl class method to imitate
BinaryTree
- 创建二叉树类。二叉树的存储结构使用链表。 提供操作:前序遍历、中序遍历、后序遍历、层次遍历、计算二叉树结点数目、计算二叉树高度。 -Create a binary tree class. Binary tree using linked list storage structure. Provides operations: pre-order traversal, inorder traversal, postorder traversal, traverse levels to ca
Huffman-encoding-and-decoding-tree
- 哈夫曼树编码解码,在程序中使用树结构,实现哈夫曼树,核心类:树结构类哈夫曼编解码器类;文本处理类;主程序类-Huffman encoding and decoding tree, the tree structure used in the program to achieve Huffman tree, the core categories: tree class class Huffman codec text processing classes main categories
bin-tree
- 二叉树类及其实现以二叉链表为存储结构实现二叉树类和成员函数, 设计计算二叉树结点、将二叉树每个结点的左右子树交换、求二叉树高度的算法-Binary tree class and its implementation to the list for the storage structure of the binary classes and member functions to achieve a binary tree, binary tree node design calculati
Traversal-of-the-tree
- 树的遍历,上课写的一个小程序,希望有助于初学者的学习-Traversal of the tree class to write a small program, and want to help beginners learn
tree
- 使用python语言写的二叉树,总共两个文件,一个是树,一个是节点-binary tree by python which contains a tree Class and a Node class
Table on AVL-tree
- Class that represent a table of elements with key and values, implemented using AVL tree.