搜索资源列表
RBTreeAndBinary_Search_Tree
- 实现红黑树、二叉搜索树相关算法:插入(红黑树涉及树的调整:左旋、右旋等),删除,搜索(指定Key值节点)。 另外,红黑树实现计算树黑高的算法。 -To achieve red-black tree, binary search tree related algorithms: insertion (red-black tree involves the adjustment of the tree: L, D, etc.), delete, search (Key value of t
TASKS
- 限界剪枝法语回溯法类似,是一种在问题的状态空间树中搜索解的算法。优先级用优先队列来实现,优先级高即估计函数值越低的结点越靠近队列开头位置。-French back-Bound pruning method similar to the problem is a state-space search tree algorithm solution. Priority queue with priority to the realization of the high priority that i
Graph
- 用C++实现的图论的一些程序,还很实用。包括了:搜索树等一系列算法-C++, graph theory to achieve some of the procedures, still useful. Includes: a series of search tree algorithm
sebinarytree
- 主要实现的功能是二叉搜索树的实现,程序比较简单,但是还行-The function of the program is give your idea of the search binary tree
AVLtree
- 二叉搜索树的avl树问题,创建avl树及有关的问题-Binary search tree avl tree problem, create avl trees and related problems
Binarysearch
- 二叉搜索树的初建及有关问题binary search tree -Binary search tree and the problem was first built binary search tree
Translationcircuitconnectionproblems
- 二叉搜索树中的电路连线问题 Binary search tree -Binary search tree in the circuit connection problems Binary search tree
Translationpackingproblem
- 二叉搜索树中的装箱问题Binary search tr-Binary search tree packing problem Binary search tree
check_tree_is_balance
- 检查树是否是平衡搜索树,,,很简单清晰,,希望能帮助你-Check whether the tree is a balanced search tree, very simple and clear, I hope you can help
Phoneboook
- 在很多实际应用中,动态索引结构在文件创建或初始装入记录时生成,在系统运行过程中插入或删除记录时,为了保持较好的检索性能,索引结构本身将随之发生改变。本程序采用二叉搜索树结构,设计并实现一个手机电话薄软件。-In many practical applications, the dynamic index structure in the file record created or generated when the initial load, the system is running w
Binary-search-tree-into
- 二元搜索树转换,代码实现了二元搜索树的转换功能-Binary search tree into
EX3
- 链表实现的普通二叉搜索树,支持插入、搜索、删除功能。-Linked list implementation ordinary binary search tree, support insert, search, delete function.
SearchTree
- 二叉搜索树,实现二叉搜索树的插入、删除、查找、周游功能-Binary search tree, binary search tree insert, delete, find, traveling function
ConvertBinarySearchTree
- 该C++源码可将二叉搜索树转换为一个已排序的双向链表。-Convert a BinarySearchTree to a sorted double linkedlist.
binurary-tree
- 一个建立二叉搜索树的简单小程序,供初学者参考一下-A binary search tree created a simple applet
Binary_Tree
- 数算的二叉树的POJ作业,分别有:二叉树1_二叉树的操作;二叉树2_文本二叉树;二叉树3_由中根序列和后根序列重建二叉树;二叉树4_表达式.表达式树.表达式求值;二叉树5_Huffman编码树;二叉树6_二叉搜索树;二叉树7_实现堆结构-Count of the binary tree POJ jobs
AVLTree
- AVL 树是平衡二叉搜索树,所以首先 必须满足搜索树,即l_child值<parent值<=r_child值。这个在前面已经实现了。插入和删除不停的递归就可以。-Two AVL tree is balanced binary search trees, so we must first meet the search tree, l_child value and <parent value of <=r_child value. The in front has bee
二叉树遍历
- 二叉树遍历(Traversal)是指沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。访问结点所做的操作依赖于具体的应用问 题。 遍历是二叉树上最重要的运算之一,是二叉树上进行其它运算之基础。(Two tree traversal (Traversal) refers to a search line, in turn, each node in the tree to do once, and only a visit. The operation of the access nod
OptimalBinarySearchTree
- 实现并优化二叉搜索树,在vs2015上运行,文件包含整个项目(Implement and optimize binary search tree, run on vs2015, file contains the whole project.)
二进制搜索
- RFID防碰撞算法,二进制搜索树使用matlab仿真,(Simulation of binary search tree using MATLAB)